SqlString.GetNonUnicodeBytes Method

Definition

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

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

Returns

Byte[]

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

Applies to

See also