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+51fe5b7276589153c944e2c8ee8374e1aeadbb38
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