-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Strings_CharExtensions
andrewvk edited this page Apr 22, 2016
·
7 revisions
[This is preliminary documentation and is subject to change.]
Char structure extensions.
System.Object
CodeJam.Strings.CharExtensions
Namespace: CodeJam.Strings
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class CharExtensionsVB
<ExtensionAttribute>
Public NotInheritable Class CharExtensionsF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CharExtensions = class endThe CharExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
IsControl | Infix form of IsControl(Char). |
![]()
|
IsDigit | Infix form of IsDigit(Char). |
![]()
|
IsHighSurrogate | 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). |
