NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Sub mapWhitespace( _ 
   ByVal c As Char _ 
)
C#
void mapWhitespace(
   char c
)
C++
void mapWhitespace(
   wchar_t c
) abstract 
J#
void mapWhitespace(
   char c
)
JScript
function mapWhitespace(
   c : char
)

See Also