CryptoSys API Library Manual

Md5.HexHash Method (String)

Creates message digest in hex format from message in Ansi string

Syntax

[C#]
public static string HexHash(
	string message
)
[VB.NET]
Public Shared Function HexHash ( _
	message As String _
) As String

Parameters

message
Message text to be digested

Return Value

Digest in hex format

See Also

VB6/C equivalent: MD5_StringHexHash

[Contents] [Index]

[PREV: Md5.HexHash Method (Byte)...]   [Contents]   [Index]   
   [NEXT: Md5.Hmac Method (Byte, Byte)...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.