Click or drag to resize

InfoTypesString2InfoTypeArray Methode

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

Namensraum: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+acaf81dbf65483efca2a792d55c719cf92119339
Syntax
public static InfoType[] String2InfoTypeArray(
	string infoPipeInfo
)

Parameter

infoPipeInfo  String
String mit durch Pipe getrennten Info-Typen

Rückgabewert

InfoType
InfoType[] mit den entsprechenden, echten InfoType(n)
Siehe auch