 | InfoTypesString2InfoType Method |
Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR"
in the corresponding InfoType collection.
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static ReadOnlyCollection<InfoType> String2InfoType(
string infoPipeInfo
)
Public Shared Function String2InfoType (
infoPipeInfo As String
) As ReadOnlyCollection(Of InfoType)
public:
static ReadOnlyCollection<InfoType>^ String2InfoType(
String^ infoPipeInfo
)
static member String2InfoType :
infoPipeInfo : string -> ReadOnlyCollection<InfoType>
Parameters
- infoPipeInfo String
- String with info types separated by pipe
Return value
ReadOnlyCollectionInfoTypeReadOnlyCollection<InfoType> with the corresponding, real InfoType(n)
See also