Windows apps
Collapse the table of content
Expand the table of content

CreateHexString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a hexamdecimal string.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  System.Security (in System.Security.dll)

protected public:
String^ CreateHexString(
	array<unsigned char>^ sArray
)

Parameters

sArray
Type: array<System..::..Byte>[]()[][]
The bytes to convert.

Return Value

Type: System..::..String
The hexadecimal string.

Show:
© 2017 Microsoft