Skip to content

T_CodeJam_Strings_CharExtensions

Andrew Koryavchenko edited this page Jun 17, 2018 · 7 revisions

CharExtensions ClassChar structure extensions.

Inheritance Hierarchy

System.Object
  CodeJam.Strings.CharExtensions
Namespace: CodeJam.Strings
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class CharExtensions

VB

<ExtensionAttribute>
Public NotInheritable Class CharExtensions

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CharExtensions =  class end

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

CodeJam.Strings Namespace

Clone this wiki locally