StringFormatter Format Method TIBCO Spotfire 6.0 API Reference
Converts an object to a string value; no actual conversion is performed. By default the string is truncated to 65535 characters (Truncate).

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

public override string Format(
	Object obj
)

Parameters

obj
Type: System Object
The object to convert.

Return Value

Type: String
A string value

Implements

IDataFormatter Format(Object)
See Also