Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetFormattedString Method (format, defaultFormat)
NamespacesGenesyslab.Desktop.Infrastructure.ObjectFormatIFormattedObjectGetFormattedString(String, String)
Gets the formatted string. Takes the default format if any field matches with the default format.
Declaration Syntax
C#Visual BasicVisual C++
string GetFormattedString(
	string format,
	string defaultFormat
)
Function GetFormattedString ( _
	format As String, _
	defaultFormat As String _
) As String
String^ GetFormattedString(
	String^ format, 
	String^ defaultFormat
)
Parameters
format (String)
The format.
defaultFormat (String)
The default format.
Return Value
The formatted string.

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