Class: MapFormatter

system.data.maps. MapFormatter


new MapFormatter()

Converts a KeyValuePair to a custom string representation.

Converts a KeyValuePair to a custom string representation.

Methods


format(value)

Formats the specified value.

Parameters:
Name Type Description
value system.data.KeyValuePair

The KeyValuePair map to format.

Returns:

The string representation of the formatted value.