Click or drag to resize

InfoTypesInfoTypeArray2String method

Converts an InfoType array, e.g: InfoType[] SERIOUS to a corresponding string such as: "MILESTONE|ERROR|EXCEPTION".

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

Parameters

ita  InfoType
InfoType[] with the corresponding, real InfoType(s)

Return value

String
String with InfoType strings separated by a pipe
See also