Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (C1TextBoxBase)
    In This Topic
    Gets or sets a value indicating whether empty strings are interpreted as null values (System.DBNull).
    Syntax
    'Declaration
     
    
    Public Property EmptyAsNull As Boolean
    public bool EmptyAsNull {get; set;}
    See Also