dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBinary Structure / TryParse Method
A string, containing a hexadecimal representation of a binary data to convert.
If the conversion was successful, this parameter contains the result OracleBinary value; otherwise it contains Null.

TryParse Method (OracleBinary)
Converts the hexadecimal representation representation of a binary data to OracleBinary.
Syntax
'Declaration
 
Public Shared Function TryParse( _
   ByVal str As String, _
   ByRef value As OracleBinary _
) As Boolean
 

Parameters

str
A string, containing a hexadecimal representation of a binary data to convert.
value
If the conversion was successful, this parameter contains the result OracleBinary value; otherwise it contains Null.

Return Value

true if the string was converted successfully; otherwise, false.
Remarks
The string must contain only hexadecimal characters in order for conversion to be successful.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also