NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLBinary.ToString ()

Converts this SQLBinary object to a string.

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

Return Value

A string containing the Value of the SQLBinary. If the Value is null the string will contain "null".

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace | SQLBinary.ToString Overload List