IDataFormatter FormatInvalid Method TIBCO Spotfire 6.0 API Reference
Formats an invalid value with an optional error string.

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 FormatInvalid(
	string error
)

Parameters

error
Type: System String
An error string. Optional (may be null).

Return Value

Type: String
A string value
See Also