NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Sub mapChars( _ ByVal fromchars As Char(), _ ByVal tochars As Char() _ ) |
| C# |
|---|
| void mapChars( char[] fromchars, char[] tochars ) |
| C++ |
|---|
| void mapChars( array<wchar_t>^ fromchars, array<wchar_t>^ tochars ) abstract |
| J# |
|---|
| void mapChars( char[] fromchars, char[] tochars ) |
| JScript |
|---|
|
function mapChars( fromchars : char[], tochars : char[] ) |