'Declaration
Public Enum CharType Inherits System.Enum
public enum CharType : System.Enum
'Declaration
Public Enum CharType Inherits System.Enum
public enum CharType : System.Enum
Member | Description |
---|---|
Control | Indicates that the character is a control code. |
FarEastPunctation | Indicates that the character is a CJK punctuation. |
FullWidth | Indicates that the character is of full width. |
Hangul | Indicates that the character is a Hangal character. |
Hiragana | Indicates that the character is a Japanese Hiragana character. |
Katakana | Indicates that the character is a Japanese Katakana character. |
LowerCase | Indicates that the character is a lower case letter. |
MathSymbol | Indicates that the character is a mathematical symbol. |
Numeric | Indicates that the character is a numeric digit. |
OtherChar | Indicates that the character is not of a particular category. |
Punctuation | Indicates that the character is a punctuation. ( Open & Close ) |
Space | Indicates that the character is a space character. |
Symbol | Indicates that the character is a symbol. |
UpperCase | Indicates that the character is an upper case letter. |
System.Object
System.ValueType
System.Enum
C1.Framework.CharType