Returns the string value; no actual conversion is performed.
Namespace: Spotfire.Dxp.Data.Formatters
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public override Object Parse( string str )
Parameters
- str
- Type: SystemString
A string value.
Return Value
Type: ObjectA formatted string value.
Implements
IDataFormatterParse(String)Exceptions
| Exception | Condition |
|---|---|
| FormatException | If str is in an invalid format. |
| ArgumentNullException | If str is null. |
Version Information
See Also