DB2®Decimal.Parse Method

Converts the supplied String to DB2Decimal.

Namespace:
IBM.Data.DB2Types
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Shared Function Parse (szDecimal As String) As DB2Decimal
[C#]
public static DB2Decimal Parse (string szDecimal)
[C++]
public:
static DB2Decimal Parse (string szDecimal)
[JScript]
public static function Parse (szDecimal String ) : DB2Decimal

Parameters

szDecimal
A String value to be converted to DB2Decimal.

Return value

A DB2Decimal structure with the numeric value of szDecimal.