MD5Digest.Value

From Xojo Documentation

Property (As String )
aMD5Digest.Value = newStringValue
or
StringValue = aMD5Digest.Value

Supported for all project types and targets.

Contains the current message digest as raw bytes.

Sample Code

Var m As New MD5Digest
Var s As String
m.Process("Hello world")
s = m.Value