Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
FormatDoubleValue Method (stringValue)
NamespacesGenesyslab.Desktop.Infrastructure.StatFormattingFormattingFormatDoubleValue(String)
Converts the statistic string value into a double value.
Declaration Syntax
C#Visual BasicVisual C++
public static string FormatDoubleValue(
	string stringValue
)
Public Shared Function FormatDoubleValue ( _
	stringValue As String _
) As String
public:
static String^ FormatDoubleValue(
	String^ stringValue
)
Parameters
stringValue (String)
The statistic value as a string.
Return Value
The statistic value as a double.

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