Manager.DecodeDomainId(String) Metod

Definition

Hämtar en bytematris som innehåller heltalsrepresentationen av den angivna hexadecimala strängen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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()

Parametrar

hexString
String

En hexadecimal sträng som representerar en domänidentitet.

Returer

Byte[]

En matris som innehåller heltalsrepresentationen av hexString.

Gäller för