SqlString.GetUnicodeBytes 方法

定义

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

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

返回

Byte[]

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

适用于

另请参阅