Update Strings

2025-11-20 11:34:56 -08:00
parent 9360f242e6
commit 661661c3a7

@@ -28,7 +28,7 @@ ehs::UInt_64 b = a.Size(true);
``` ```
**Result:** b == 12 **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 ### ToLower
This method will turn all English alphabetic characters into their lower case equivalent on the current object. This method will turn all English alphabetic characters into their lower case equivalent on the current object.