CryptoSys API Library Manual

Cnv.ToHex Method (Byte[])

Converts 8-bit binary data to equivalent hexadecimal string format

Syntax

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

Parameters

binaryData
binary data

Return Value

Hex-encoded string

See Also

VB6/C equivalent: CNV_HexStrFromBytes

[Contents] [Index]

[HOME]   [NEXT: Cnv.ToHex Method (String)...]

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