Update Strings
@@ -28,7 +28,7 @@ ehs::UInt_64 b = a.Size(true);
|
||||
```
|
||||
**Result:** b == 12
|
||||
|
||||
**Note:** The size in bytes is the same as the size in characters because ASCII is only one byte.
|
||||
**Note:** The size in bytes is the same as the size in characters because ASCII is only one byte in UTF-8.
|
||||
|
||||
### ToLower
|
||||
This method will turn all English alphabetic characters into their lower case equivalent on the current object.
|
||||
|
||||
Reference in New Issue
Block a user