[]
Returns a string formatted for display using edit mask.
public string GetDisplayText(string content, bool skipBlanks)
| Type | Name | Description |
|---|---|---|
| string | content | String containing characters entered by the user, including those on optional positions that were left blank (skipped). |
| bool | skipBlanks | If set to True, the result will omit blank positions. If set to False, the resulting text will contain PromptChar on blank positions |
| Type | Description |
|---|---|
| string |