C# Class Candor.LexicalCharacterSetExtensions

Extension methods for LexicalCharacterSet and LexicalCharacterSetType
Show file Open project: michael-lang/candor-common

Public Methods

Method Description
ToCharacterSet ( this knownType ) : LexicalCharacterSet

Casts the enumeration value of known types into the matching character set.

ToCharacterSet ( this knownType, String matching, bool ignoreCase ) : LexicalCharacterSet

Casts the enumeration value of known types into the matching character set.

Method Details

ToCharacterSet() public static method

Casts the enumeration value of known types into the matching character set.
public static ToCharacterSet ( this knownType ) : LexicalCharacterSet
knownType this
return LexicalCharacterSet

ToCharacterSet() public static method

Casts the enumeration value of known types into the matching character set.
public static ToCharacterSet ( this knownType, String matching, bool ignoreCase ) : LexicalCharacterSet
knownType this
matching String
ignoreCase bool
return LexicalCharacterSet