Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ParseFormat Method (startTagChar, endTagChar, format)
NamespacesGenesyslab.Desktop.Infrastructure.ObjectFormatFormattedObjectParseFormat(Char, Char, String)
Parses the format.
Declaration Syntax
C#Visual BasicVisual C++
protected NameValueCollection ParseFormat(
	char startTagChar,
	char endTagChar,
	string format
)
Protected Function ParseFormat ( _
	startTagChar As Char, _
	endTagChar As Char, _
	format As String _
) As NameValueCollection
protected:
NameValueCollection^ ParseFormat(
	wchar_t startTagChar, 
	wchar_t endTagChar, 
	String^ format
)
Parameters
startTagChar (Char)
The start tag character.
endTagChar (Char)
The end tag character.
format (String)
The format.
Return Value
The parsed format.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)