ComponentOne MultiSelect for WinForms
C1.Win.Input.Formating Namespace / MaskInfo Class / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (MaskInfo)
    In This Topic
    Gets or sets a value that indicates whether empty strings are interpreted as null values (DbNull).
    Syntax
    'Declaration
     
    
    Public Property EmptyAsNull As Boolean
    public bool EmptyAsNull {get; set;}
    Remarks
    If True, empty strings are interpreted as null values (DbNull).
    See Also