 |
 |
String ..msdn Add comment |
 |
|
CharLower
|
|
Converts a character string or a single character to lowercase. If the operand is a character string, the function converts the characters in place. |
|
 |
 |
 |
|
CharToOem
|
|
Translates a string into the OEM-defined character set.
|
|
 |
 |
 |
|
CharUpper
|
|
Converts a character string or a single character to uppercase. If the operand is a character string, the function converts the characters in place. |
|
 |
 |
 |
|
OemToChar
|
|
Translates a string from the OEM-defined character set into either an ANSI or a wide-character string.
|
|
 |
 |
 |
|
StrCmpC
|
|
Compares strings using C run-time (ASCII) collation rules. The comparison is case-sensitive. |
|
 |
 |
 |
|
StrFormatByteSize
|
|
Converts a numeric value into a string that represents the number expressed as a size value in bytes, kilobytes, megabytes, or gigabytes, depending on the size. |
|
 |
 |
 |
|
StrFromTimeInterval
|
|
Converts a time interval, specified in milliseconds, to a string. |
|
 |
 |
 |
|
StrToInt
|
|
Converts a decimal string to an integer. The StrToLong macro differs from this function in name only. |
|
 |
 |
 |
|
StrToIntEx
|
|
Converts a decimal or hexadecimal string to an integer. |
|
 |
 |
 |
|
StrTrim
|
|
Removes (trims) specified leading and trailing characters from a string. |
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
|