DB2®Real370.Parse Method

Converts the supplied String to DB2Real370.

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

Syntax


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

Parameters

szReal370
A String value to be converted to DB2Real370.

Return value

A DB2Real370 structure with the numeric value of szReal370.