[]
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)
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 |