Skip to content

Methods_T_CodeJam_Strings_CharExtensions

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

CharExtensions Methods

The CharExtensions type exposes the following members.

Methods

 

Name Description
Public method Static member IsControl Indicates whether a Unicode character is categorized as a control.
Public method Static member IsDigit Indicates whether a Unicode character is categorized as a digit.
Public method Static member IsHighSurrogate Indicates whether a Unicode character is categorized as a highsurrogate.
Public method Static member IsLetter Indicates whether a Unicode character is categorized as a letter.
Public method Static member IsLetterOrDigit Indicates whether a Unicode character is categorized as a letterordigit.
Public method Static member IsLower Indicates whether a Unicode character is categorized as a lower.
Public method Static member IsLowSurrogate Indicates whether a Unicode character is categorized as a lowsurrogate.
Public method Static member IsNumber Indicates whether a Unicode character is categorized as a number.
Public method Static member IsPunctuation Indicates whether a Unicode character is categorized as a punctuation.
Public method Static member IsSeparator Indicates whether a Unicode character is categorized as a separator.
Public method Static member IsSurrogate Indicates whether a Unicode character is categorized as a surrogate.
Public method Static member IsSymbol Indicates whether a Unicode character is categorized as a symbol.
Public method Static member IsUpper Indicates whether a Unicode character is categorized as a upper.
Public method Static member IsWhiteSpace Indicates whether a Unicode character is categorized as a whitespace.
Public method Static member ToLower(Char) Converts the value of a Unicode character to its lowercase equivalent.
Public method Static member ToLower(Char, CultureInfo) Converts the value of a Unicode character to its lowercase equivalent.
Public method Static member ToLowerInvariant Converts the value of a Unicode character to its lowercase equivalent using the casing rules of the invariant culture.
Public method Static member ToUpper(Char) Converts the value of a Unicode character to its uppercase equivalent.
Public method Static member ToUpper(Char, CultureInfo) Converts the value of a Unicode character to its uppercase equivalent.
Public method Static member ToUpperInvariant Converts the value of a Unicode character to its uppercase equivalent using the casing rules of the invariant culture.
  Back to Top

See Also

Reference

CharExtensions Class
CodeJam.Strings Namespace

Clone this wiki locally