Error processing SSI file
LEADTOOLS Medical (Leadtools.Ccow assembly)

Show in webframe

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 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

Error processing SSI file
Leadtools.Ccow requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features