 | InfoTypesString2InfoTypeArray method |
Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR"
in the corresponding InfoType array.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static InfoType[] String2InfoTypeArray(
string infoPipeInfo
)
Public Shared Function String2InfoTypeArray (
infoPipeInfo As String
) As InfoType()
public:
static array<InfoType>^ String2InfoTypeArray(
String^ infoPipeInfo
)
static member String2InfoTypeArray :
infoPipeInfo : string -> InfoType[]
Parameters
- infoPipeInfo String
- String with info types separated by pipe
Return value
InfoTypeInfoType[] with the corresponding, real InfoType(s)
See also