C#
VB
C++
Hashes the specified string.
public static byte[] Hash(
string hashString
)
Public Overloads Shared Function Hash( _
ByVal hashString As String _
) As Byte()
public:
static array<byte>^ Hash(
String^ hashString
)
hashString
The hash string.
Hash of the string.
This function creates a MD5 hash of the passed in data.
For an example refer to InitializeBinding.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET