 | InfoTypesInfoTypeArray2String method |
Converts an InfoType array, e.g: InfoType[] SERIOUS to
a corresponding string such as: "MILESTONE|ERROR|EXCEPTION".
Namespace: NetEti.ApplicationControlAssembly: NetEti.InfoController (in NetEti.InfoController.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic static string InfoTypeArray2String(
InfoType[] ita
)
Public Shared Function InfoTypeArray2String (
ita As InfoType()
) As String
public:
static String^ InfoTypeArray2String(
array<InfoType>^ ita
)
static member InfoTypeArray2String :
ita : InfoType[] -> string
Parameters
- ita InfoType
- InfoType[] with the corresponding, real InfoType(s)
Return value
StringString with InfoType strings separated by a pipe
See also