Click or drag to resize

InfoTypesString2InfoType Methode

Konvertiert einen String wie z.B.: "DEBUG|INFO|WARN|MILESTONE|ERROR" in die entsprechende InfoType-Collection.

Namensraum: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+acaf81dbf65483efca2a792d55c719cf92119339
Syntax
public static ReadOnlyCollection<InfoType> String2InfoType(
	string infoPipeInfo
)

Parameter

infoPipeInfo  String
String mit durch Pipe getrennten Info-Typen

Rückgabewert

ReadOnlyCollectionInfoType
ReadOnlyCollection<InfoType> mit den entsprechenden, echten InfoType(n)
Siehe auch