Метод | Описание | |
---|---|---|
IsADigit ( this |
Checks that the checked char is a decimal digit.
|
|
IsALetter ( this |
Checks that the checked char is a letter.
|
|
IsAPunctuationMark ( this |
Checks that the checked char is a punctuation mark.
|
|
IsSameLetterAs ( this |
Checks that the checked char and the given one are the same letter, whatever the case.
|
|
IsSameLetterButWithDifferentCaseAs ( this |
Checks that the checked char is the same letter as the other, but with different case only.
|
Метод | Описание | |
---|---|---|
HaveSameCase ( char checkedChar, char otherChar ) : bool | ||
IsALetter ( char checkedChar ) : bool | ||
IsSameCharCaseInsensitive ( char checkedChar, char otherChar ) : bool |
public static IsADigit ( this |
||
check | this |
The chained fluent check. |
Результат | ICheckLink |
public static IsALetter ( this |
||
check | this |
The chained fluent check. |
Результат | ICheckLink |
public static IsAPunctuationMark ( this |
||
check | this |
The chained fluent check. |
Результат | ICheckLink |
public static IsSameLetterAs ( this |
||
check | this |
The chained fluent check. |
otherChar | char | The other char that. |
Результат | ICheckLink |
public static IsSameLetterButWithDifferentCaseAs ( this |
||
check | this |
The chained fluent check. |
otherChar | char | The other char that. |
Результат | ICheckLink |