Manager.DecodeDomainId(String) 方法

定义

获取一个字节数组,该数组包含指定的十六进制字符串的整数表示形式。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static cli::array <System::Byte> ^ DecodeDomainId(System::String ^ hexString);
public static byte[] DecodeDomainId (string hexString);
static member DecodeDomainId : string -> byte[]
Public Shared Function DecodeDomainId (hexString As String) As Byte()

参数

hexString
String

表示域标识的十六进制字符串。

返回

Byte[]

一个数组,它包含十六进制字符串的整数表示形式。

适用于