Update Strings
@@ -27,6 +27,7 @@ ehs::Str_8 a = "Hello World!";
|
|||||||
ehs::UInt_64 b = a.Size(true);
|
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.
|
||||||
|
|
||||||
### ToLower
|
### ToLower
|
||||||
|
|||||||
Reference in New Issue
Block a user