Hash(string) Method

Summary
Hashes the specified string.
Syntax
C#
VB
C++
public static byte[] Hash( 
   string hashString 
) 
Public Overloads Shared Function Hash( _ 
   ByVal hashString As String _ 
) As Byte() 
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

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.