LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

Hash(String) Method






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 byte[] Hash( 
   string hashString
)
 function Leadtools.Ccow.Utils.Hash(String)( 
   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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.