CryptoSys API Library Manual

Hash.HexFromString Method

Creates hash digest in hex format of string input

Syntax

[C#]
public static string HexFromString(
	string message,
	HashAlgorithm hashAlg
)
[VB.NET]
Public Shared Function HexFromString ( _
	message As String, _
	hashAlg As HashAlgorithm _
) As String

Parameters

message
Message data string
hashAlg
Hash algorithm to be used

Return Value

Message digest in hex-encoded format

[Contents] [Index]

[HOME]   [NEXT: Hash.HexFromTextFile Method...]

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