util.Strings methods

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.

util.Strings class is one of Lycia build-in classes. You do not need to import any additional packages to make them work.

Available methods

util.Strings.base64Encode()

converts the content of a file to a Base64 encoded string

util.Strings.base64Decode()

decodes a Base64 encoded string and writes the decoded bytes to a file

util.Strings.base64EncodeFromString()

converts the string passed as the parameter to a Base64 encoded string

util.Strings.base64DecodeToString()

decodes a Base64 encoded string to the string representation in the current locale

util.Strings.urlEncode()

converts a string from the application character encoding to a URL-encoded string

util.Strings.urlDecode()

converts a URL-encoded string to a string from the application character encoding

 

Contact Us

Privacy Policy

Copyright © 2026 Querix, (UK) Ltd.