'Declaration Public Shared Function _boolValueOrNull( _ ByVal item As Object, _ ByVal fileName As String _ ) As Nullable(Of Boolean)
public static Nullable<bool> _boolValueOrNull( object item, string fileName )
Parameters
- item
- fileName
'Declaration Public Shared Function _boolValueOrNull( _ ByVal item As Object, _ ByVal fileName As String _ ) As Nullable(Of Boolean)
public static Nullable<bool> _boolValueOrNull( object item, string fileName )