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

Converts an object reference to a boolean, returning true if it is null or System.DBNull.Value; otherwise, false.

Syntax

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

Inheritance Hierarchy

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

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