2.1. Conversion - String conversion
Strings may be converted from an into different formats.
Functions
- fromCString - Convert string from C-string
- to8Bit - Get 8-bit representation of the string.
- toASCII - Recode string to ASCII
- toBool - Convert string to boolean
- toCString - Convert string to C-string
- toDefault - Recode string to default encoding
- toDouble - Returns the string converted to a double
- toInteger - Returns the string converted to a 32 bit integer
- toLatin1 - Recode string to Latin1
- toLocal8Bit - Recode string to local encoding
- toLongLong - Returns the string converted to a 64 bit integer
- toPlainText - Convert HTML text to plain text
- toUTF16 - Recode string to UTF16
- toUTF32 - Recode string to UTF32
- toUTF8 - Recode string to UTF8