SqlString.GetNonUnicodeBytes 方法

定义

获取字节的数组,其中包含 SqlString ANSI 格式的内容。

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

返回

Byte[]

一个字节数组,包含 SqlString ANSI 格式的内容。

适用于

另请参阅