Skip to content

T_CodeJam_Strings_CharExtensions

andrewvk edited this page Apr 22, 2016 · 7 revisions

CharExtensions Class

[This is preliminary documentation and is subject to change.]

Char structure extensions.

Inheritance Hierarchy

System.Object
  CodeJam.Strings.CharExtensions
Namespace: CodeJam.Strings
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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 Infix form of IsControl(Char).
Public methodStatic member IsDigit Infix form of IsDigit(Char).
Public methodStatic member IsHighSurrogate Infix form of IsHighSurrogate(Char).
Public methodStatic member IsLetter Infix form of IsLetter(Char).
Public methodStatic member IsLetterOrDigit Infix form of IsLetterOrDigit(Char).
Public methodStatic member IsLower Infix form of IsLower(Char).
Public methodStatic member IsLowSurrogate Infix form of IsLowSurrogate(Char).
Public methodStatic member IsNumber Infix form of IsNumber(Char).
Public methodStatic member IsPunctuation Infix form of IsPunctuation(Char).
Public methodStatic member IsSeparator Infix form of IsSeparator(Char).
Public methodStatic member IsSurrogate Infix form of IsSurrogate(Char).
Public methodStatic member IsSymbol Infix form of IsSymbol(Char).
Public methodStatic member IsUpper Infix form of IsUpper(Char).
Public methodStatic member IsWhiteSpace Infix form of IsWhiteSpace(Char).
  Back to Top

See Also

Reference

CodeJam.Strings Namespace

Clone this wiki locally