StdfValueType FormatValue Method TIBCO Spotfire 6.0 API Reference
Returns the STDF string encoding of a given value.

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

public string FormatValue(
	Object value
)

Parameters

value
Type: System Object
The value to be formatted.

Return Value

Type: String
A formatted string, not including the terminating semicolon.
Exceptions

ExceptionCondition
System InvalidOperationExceptionif the value type does not support formatting, e.g., if it's an UnknownType.
System ArgumentExceptionif the value is not of the expected type.
See Also