String Utils
object StringUtils
Content copied to clipboard
A utility class for java.lang.Strings, used internally.
Functions
byte Array To Hex String
Link copied to clipboard
Convert a byte array to a hex sequence.
get Bytes Utf8
Link copied to clipboard
Get the bytes of a UTF-8 encoded java.lang.String.
hex String To Byte Array
Link copied to clipboard
Convert a hex sequence to a byte array.
new String Utf8
Link copied to clipboard
Construct a new UTF-8 string from raw bytes.
parse Coins Amount
Link copied to clipboard
to Display Case
Link copied to clipboard
Converts a string to display case, where the first letter of every word is capitalised.