[]
Returns the string containing characters entered by the user, including those on optional positions that were left blank (skipped).
public string GetContent(string text, bool textContainsLiterals, bool textContainsBlanks, char blankCharacter)
Public Function GetContent(text As String, textContainsLiterals As Boolean, textContainsBlanks As Boolean, blankCharacter As Char) As String
| Type | Name | Description |
|---|---|---|
| string | text | Text to parse. |
| bool | textContainsLiterals | Same as MaskInfo.SaveLiterals property. |
| bool | textContainsBlanks | Same as MaskInfo.SaveBlanks property. |
| char | blankCharacter | Same as MaskInfo.StoredEmptyChar property |
| Type | Description |
|---|---|
| string |