ProvideDependentAssemblyAttribute::FormatPublicKeyToken Method (array<Byte>^)

 

Formats a binary public key token into a hexadecimal string.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
String^ FormatPublicKeyToken(
	array<unsigned char>^ pkt
)

Parameters

pkt
Type: array<System::Byte>^

The binary public key token to format.

Return Value

Type: System::String^
Return to top
Show: