[This is preliminary documentation and is subject to change.]
Generates an MD5 (Message Digest 5) checksum from the specified text.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- text
- Type: SystemString
The text to generate the checksum from. Assumes UTF8 encoding.
Return Value
Type: StringReturns the 32 byte checksum of the specified text.
See Also