wiki.sine.space | sinespace

Difference between revisions of "Scripting/SString"

From wiki.sine.space
Jump to: navigation, search
(Created page with "The SHost class represents the scripting runtime. ==Members== {{ScriptFunction|string|MD5|(string input);|Calculates the MD5Sum of input and returns the result as a hexadecim...")
 
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/static-classes/sstring")
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The SHost class represents the scripting runtime.
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/static-classes/sstring
 
+
==Members==
+
{{ScriptFunction|string|MD5|(string input);|Calculates the MD5Sum of input and returns the result as a hexadecimal string}}
+
{{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|Base64Decode|(string input);|Converts input from Base64 and returns the result}}
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 06:54, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/static-classes/sstring