CryptoSys PKI Toolkit Manual

Cnv.FromHex Method

Converts the specified String representation of a value consisting of hexadecimal (base 16) digits to an equivalent array of 8-bit unsigned integers.

Syntax

[C#]
public static byte[] FromHex(
	string s
)
[VB.NET]
Public Shared Function FromHex ( _
	s As String _
) As Byte()

Parameters

s
Hex-encoded string

Return Value

Binary data in byte array.

See Also

VB6/C equivalent: CNV_BytesFromHexStr

[Contents] [Index]

[HOME]   [NEXT: Cnv.HexFilter Method...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.