-
Notifications
You must be signed in to change notification settings - Fork 34
Methods_T_CodeJam_Strings_CharExtensions
andrewvk edited this page Apr 20, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
The CharExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
IsControl | Infix form of IsControl(Char). |
![]()
|
IsDigit | Infix form of IsDigit(Char). |
![]()
|
IsHightSurrogate | Infix form of IsHighSurrogate(Char). |
![]()
|
IsLetter | Infix form of IsLetter(Char). |
![]()
|
IsLetterOrDigit | Infix form of IsLetterOrDigit(Char). |
![]()
|
IsLower | Infix form of IsLower(Char). |
![]()
|
IsLowSurrogate | Infix form of IsLowSurrogate(Char). |
![]()
|
IsNumber | Infix form of IsNumber(Char). |
![]()
|
IsPunctuation | Infix form of IsPunctuation(Char). |
![]()
|
IsSeparator | Infix form of IsSeparator(Char). |
![]()
|
IsSurrogate | Infix form of IsSurrogate(Char). |
![]()
|
IsSymbol | Infix form of IsSymbol(Char). |
![]()
|
IsUpper | Infix form of IsUpper(Char). |
![]()
|
IsWhiteSpace | Infix form of IsWhiteSpace(Char). |
