DataFormatterBase FormatInvalid Method TIBCO Spotfire 6.0 API Reference
Formats an invalid value. If error is not null, the return value includes the "(error)" string, otherwise EmptyString is returned.

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

Parameters

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

Return Value

Type: String
A string value.

Implements

IDataFormatter FormatInvalid(String)
See Also