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 a SQLBinary to a string.

Overload List

Converts the SQLBinary parameter to a string.

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

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;

See Also

SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace