DB2Real.Parse Method

Converts the supplied String to DB2Real.

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

Syntax


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

Parameters

szReal
A String value to be converted to DB2Real.

Return value

A DB2Real structure with the numeric value of szReal.