IDataFormatter Format Method TIBCO Spotfire 6.0 API Reference
Converts an object to a string representation.

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

string Format(
	Object obj
)

Parameters

obj
Type: System Object
The object to convert.

Return Value

Type: String
A string representation.
Exceptions

ExceptionCondition
System InvalidCastExceptionIf obj has the wrong type.
System ArgumentNullExceptionIf obj is the null reference.
See Also