Ashasekayi (Talk | contribs) |
|||
Line 2: | Line 2: | ||
==Members== | ==Members== | ||
− | {{ScriptFunction|string|MD5|(string input);|Calculates the MD5Sum of input and returns the result as a hexadecimal string}} | + | {{ScriptFunction|string|MD5|(string input);|Calculates the MD5Sum of input and returns the result as a hexadecimal string|Space.String.MD5("A string with data to hash.")}} |
{{ScriptFunction|string|Base64Encode|(string input);|Converts input to Base64 and returns the result}} | {{ScriptFunction|string|Base64Encode|(string input);|Converts input to Base64 and returns the result}} | ||
{{ScriptFunction|string|Base64Encode|(byte[] input);|Converts input to Base64 and returns the result}} | {{ScriptFunction|string|Base64Encode|(byte[] input);|Converts input to Base64 and returns the result}} |
The SHost class represents the scripting runtime.
Calculates the MD5Sum of input and returns the result as a hexadecimal string
Converts input to Base64 and returns the result
Converts input to Base64 and returns the result
Converts input from Base64 and returns the result
Converts input to bytes using UTF8 encoding
Converts input to a UTF8 string
|