Responder Developer Guide
ToBoolean Method


Syntax
'Declaration
 
Public Shared Function ToBoolean( _
   ByVal value As Object, _
   ByVal nullValue As Boolean _
) As Boolean
'Usage
 
Dim value As Object
Dim nullValue As Boolean
Dim value As Boolean
 
value = DbConvert.ToBoolean(value, nullValue)
public static bool ToBoolean( 
   object value,
   bool nullValue
)

Parameters

value
nullValue
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

DbConvert Class
DbConvert Members

 

 


Send Comment