SqlString.GetUnicodeBytes Method

Definition

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

public:
 cli::array <System::Byte> ^ GetUnicodeBytes();
public byte[] GetUnicodeBytes ();
public byte[]? GetUnicodeBytes ();
member this.GetUnicodeBytes : unit -> byte[]
Public Function GetUnicodeBytes () As Byte()

Returns

Byte[]

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

Applies to

See also