Skip to content

Methods_T_CodeJam_Strings_CharExtensions

andrewvk edited this page Jun 23, 2016 · 5 revisions

CharExtensions Methods

The CharExtensions type exposes the following members.

Methods

 

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