The most common conversion utilities to change the data from a simple type to another one.
To convert complex classes or structures, use SerializationUtils class.
| package | Default |
|---|
base64ToString(string $string): string
stringa base64 string
stringThe base64 decoded as its original string
stringToBase64(string $string): string
stringThe input string to be converted
stringThe input string as base 64