SqlString::GetUnicodeBytes Method ()

 

Gets an array of bytes, that contains the contents of the SqlString in Unicode format.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
array<unsigned char>^ GetUnicodeBytes()

Return Value

Type: array<System::Byte>^

An byte array, that contains the contents of the SqlString in Unicode format.

.NET Framework
Available since 1.1
Return to top
Show: