ArcGIS API for WPF - Library Reference
ObjectToObjectConverter Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.ValueConverters Namespace : ObjectToObjectConverter Class

Convert an object to an object defined in a dictionary (the key being the string representation of the value). If the key doesn't exist un the dictionary, the converter returns the string representation of the value.

Object Model

ObjectToObjectConverter Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class ObjectToObjectConverter 
C# 
public sealed class ObjectToObjectConverter 

Remarks

If the key doesn't exist un the dictionary, the converter returns the string representation of the value.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.Toolkit.ValueConverters.ObjectToObjectConverter

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.