ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ParseInfo Class / IsTextDbNull Method
The string to parse.
Culture used in parsing.

In This Topic
    IsTextDbNull Method
    In This Topic
    Returns True if the argument represents a null value (DBNull).
    Syntax
    'Declaration
     
    
    Public Function IsTextDbNull( _
       ByVal text As String, _
       ByVal culture As CultureInfo _
    ) As Boolean
    public bool IsTextDbNull( 
       string text,
       CultureInfo culture
    )

    Parameters

    text
    The string to parse.
    culture
    Culture used in parsing.
    See Also