DB2®Binary.ToString Method

Returns a string that represents the DB2Binary structure.

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

Syntax


[Visual Basic]
Public Overrides Function ToString As String
[C#]
public override string ToString ()
[C++]
public:
virtual String^ ToString () override
[JScript]
public override function ToString () : String

Return value

A string composed of hexadecimal values for each byte of the value of the DB2Binary structure.