ProvideDependentAssemblyAttribute.FormatPublicKeyToken(Byte[]) Method

Definition

Format binary Public Key Token into an hexadecimal string.

protected:
 System::String ^ FormatPublicKeyToken(cli::array <System::Byte> ^ pkt);
protected:
 Platform::String ^ FormatPublicKeyToken(Platform::Array <byte> ^ pkt);
std::wstring FormatPublicKeyToken(std::Array <byte> const & pkt);
protected string FormatPublicKeyToken (byte[] pkt);
member this.FormatPublicKeyToken : byte[] -> string
Protected Function FormatPublicKeyToken (pkt As Byte()) As String

Parameters

pkt
Byte[]

The binary public key token to format.

Returns

Applies to