StringFormatter Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the StringFormatter class.

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

protected StringFormatter(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization SerializationInfo
The SerializationInfo to populate with data.
context
Type: System.Runtime.Serialization StreamingContext
The destination (see StreamingContext) for this serialization.
See Also