Click or drag to resize

InfoTypesString2InfoTypeArray method

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

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

Parameters

infoPipeInfo  String
String with info types separated by pipe

Return value

InfoType
InfoType[] with the corresponding, real InfoType(s)
See also