TimeSpanFormatterParse Method

Spotfire 15.0 API Reference
Converts a string representation to a TimeSpan value.

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
The string to convert.

Return Value

Type: Object
A TimeSpan value.

Implements

IDataFormatterParse(String)
Exceptions

ExceptionCondition
ArgumentNullExceptionIf str is the null reference.
Version Information


See Also

Reference