ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfo Class / GetStoredText Method
String containing characters entered by the user, including those on optional positions that were left blank (skipped).

In This Topic
    GetStoredText Method
    In This Topic
    Returns the string that will be stored in the database, in accordance with current values of SaveLiterals, SaveBlanks and StoredEmptyChar properties.
    Syntax
    'Declaration
     
    Public Function GetStoredText( _
       ByVal content As String _
    ) As String
    public string GetStoredText( 
       string content
    )

    Parameters

    content
    String containing characters entered by the user, including those on optional positions that were left blank (skipped).
    See Also