Class CharUtils
Contains methods and properties which are related to char.
public static class CharUtils
- Inheritance
-
CharUtils
Fields
- BackspaceChar
Represents the backspace control character ('\b'). This character is used to move the cursor back one position in text.
- LeftArrow
Represents the Unicode left arrow symbol (←). Unicode: U+2190
- RightArrow
Represents the Unicode right arrow symbol (→). Unicode: U+2192