Equate all letter cases to lower case.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub foldCase()
C#
public void foldCase()
C++
public:
 void foldCase() sealed 
J#
public void foldCase()
JScript
public  function foldCase()

Remarks

This adds a rule that all letters should be mapped to a common letter case (lower case is used).

See Also