util.Strings class provides a set of methods that can be used with variables of the STRING data type.
These methods are applied to the currently run application and do not need to be instantiated.
Available methods
|
converts the content of a file to a Base64 encoded string |
|
|
decodes a Base64 encoded string and writes the decoded bytes to a file |
|
|
converts the string passed as the parameter to a Base64 encoded string |
|
|
decodes a Base64 encoded string to the string representation in the current locale |
|
|
converts a string from the application character encoding to a URL-encoded string |
|
|
converts a URL-encoded string to a string from the application character encoding |