ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / MaskInfo Class / GetContent Method
Text to parse.
Same as MaskInfo.SaveLiterals property.
Same as MaskInfo.SaveBlanks property.
Same as MaskInfo.StoredEmptyChar property

In This Topic
    GetContent Method
    In This Topic
    Returns the string containing characters entered by the user, including those on optional positions that were left blank (skipped).
    Syntax
    'Declaration
     
    Public Function GetContent( _
       ByVal text As String, _
       ByVal textContainsLiterals As Boolean, _
       ByVal textContainsBlanks As Boolean, _
       ByVal blankCharacter As Char _
    ) As String
    public string GetContent( 
       string text,
       bool textContainsLiterals,
       bool textContainsBlanks,
       char blankCharacter
    )

    Parameters

    text
    Text to parse.
    textContainsLiterals
    Same as MaskInfo.SaveLiterals property.
    textContainsBlanks
    Same as MaskInfo.SaveBlanks property.
    blankCharacter
    Same as MaskInfo.StoredEmptyChar property
    See Also