CryptoSys API Library Manual

Cnv.FromHex Method

Converts a hexadecimal-encoded string 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 data

Return Value

Data as array of bytes

See Also

VB6/C equivalent: CNV_BytesFromHexStr

[Contents] [Index]

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

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.