ArcFM Desktop Developer Guide
MapCharacter Delegate


The character to be mapped.
Delegate for a method that map a character in a string to a new character. Since most languages cannot be translated character form character, this should only be used for pseudo translations.
Syntax
'Declaration
 
Public Delegate Function MapCharacter( _
   ByVal character As Char _
) As Char
'Usage
 
Dim instance As New MapCharacter(AddressOf HandlerMethod)
public delegate char MapCharacter( 
   char character
)

Parameters

character
The character to be mapped.

Return Value

The mapped character.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MapCharacter Members
Miner.Globalization Namespace

 

 


Send Comment