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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly