Manager.DecodeDomainId(String) Méthode

Définition

Obtient un tableau d’octets qui contient la représentation sous forme d’entier de la chaîne hexadécimale spécifiée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

hexString
String

Chaîne hexadécimale qui représente une identité de domaine.

Retours

Byte[]

Tableau contenant la représentation sous forme d’entier d’une valeur hexString.

S’applique à