ESRI.ArcGIS.Mobile.Client
EnumToBooleanConverter Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.ValueConverters Namespace : EnumToBooleanConverter Class

Converts an enumeration value to a boolean by comparing the enumeration value to a specific value (i.e, the 'parameter' parameter). When using this converter you must use the ConverterParameter attribute and pass in the expected enumeration value.

Syntax

Visual Basic (Declaration) 
<ValueConversionAttribute(SourceType=System.Object, 
   TargetType=System.Boolean, 
   ParameterType=)>
Public Class EnumToBooleanConverter 
C# 
[ValueConversionAttribute(SourceType=System.Object, 
   TargetType=System.Boolean, 
   ParameterType=)]
public class EnumToBooleanConverter 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Client.ValueConverters.EnumToBooleanConverter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also