LEADTOOLS Medical (Leadtools.Ccow assembly)

Hash(String) Method

Show in webframe





The hash string.
Hashes the specified string.
Syntax
public static byte[] Hash( 
   string hashString
)
'Declaration
 
Public Overloads Shared Function Hash( _
   ByVal hashString As String _
) As Byte()
'Usage
 
Dim hashString As String
Dim value() As Byte
 
value = Utils.Hash(hashString)

            

            
public:
static array<byte>^ Hash( 
   String^ hashString
) 

Parameters

hashString
The hash string.

Return Value

Hash of the string.
Remarks
This function creates a MD5 hash of the passed in data.
Example
For an example refer to InitializeBinding.
Requirements

Target Platforms

See Also

Reference

Utils Class
Utils Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.