Click or drag to resize

InfoTypesString2InfoType Method

Converts a string such as: "DEBUG|INFO|WARN|MILESTONE|ERROR" in the corresponding InfoType collection.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntax
public static ReadOnlyCollection<InfoType> String2InfoType(
	
	string infoPipeInfo
)

Parameters

infoPipeInfo  String
String with info types separated by pipe

Return value

ReadOnlyCollectionInfoType
ReadOnlyCollection<InfoType> with the corresponding, real InfoType(n)
See also