DataType TryConvertFromNumeric Method TIBCO Spotfire 6.0 API Reference
Converts a value from a numeric (double) representation, to the value representation defined by dataType.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public static bool TryConvertFromNumeric(
	double numericValue,
	out Object value,
	DataType dataType
)

Parameters

numericValue
Type: System Double
A numeric value.
value
Type: System Object 
The converted value.
dataType
Type: Spotfire.Dxp.Data DataType
A data type that determines the type of the converted value.

Return Value

Type: Boolean
true if conversion was possible; otherwise false.
See Also