Define a character map.


The following tables list the members exposed by NetricsCharmap.

Public Constructors

  Name Description
Public method NetricsCharmap Specify the name of the character map.
Top

Public Fields

  Name Description
Public field Static Punctuation The name of the predefined punctuation sensitive character map. This field is constant and read-only.
Public field Static Standard The name of the predefined default character map. This field is constant and read-only.
Top

Public Methods

  Name Description
Public method Equals   (inherited from Object)
Public method foldCase Equate all letter cases to lower case.
Public method foldDiacritics Equate characters with diacritics with their normal cognates.
Public method GetHashCode   (inherited from Object)
Public method GetType   (inherited from Object)
Public method mapChars Use this method to equate any character with any other.
Public method mapPunctuation Map all punctuation characters to a specific character.
Public method mapWhitespace Map all whitespace characters to a specific character.
Public method ToString   (inherited from Object)
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also