 | InfoTypesString2InfoType Methode |
Konvertiert einen String wie z.B.: "DEBUG|INFO|WARN|MILESTONE|ERROR"
in die entsprechende InfoType-Collection.
Namensraum: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+acaf81dbf65483efca2a792d55c719cf92119339
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>
Parameter
- infoPipeInfo String
- String mit durch Pipe getrennten Info-Typen
Rückgabewert
ReadOnlyCollectionInfoTypeReadOnlyCollection<InfoType> mit den entsprechenden, echten InfoType(n)
Siehe auch