Manager.DecodeDomainId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a byte array that contains the integer representation of the specified hexadecimal string.
This API supports the product infrastructure and is not intended to be used directly from your 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()
Parameters
- hexString
- String
A hexadecimal string that represents a domain identity.
Returns
Byte[]
An array that contains the integer representation of hexString.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.