Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
ReplaceValue Method (value, format)
NamespacesGenesyslab.Desktop.Infrastructure.ObjectFormatFormattedObjectReplaceValue(Object, String)
Replaces the object's value.
Declaration Syntax
C#Visual BasicVisual C++
protected string ReplaceValue(
	Object value,
	string format
)
Protected Function ReplaceValue ( _
	value As Object, _
	format As String _
) As String
protected:
String^ ReplaceValue(
	Object^ value, 
	String^ format
)
Parameters
value (Object)
The value.
format (String)
The format.
Return Value
The new format.

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