←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow Assembly
Click or drag to resize