[]
        
(Showing Draft Content)

C1.Win.Input.Formating.MaskInfo.GetDisplayText

GetDisplayText Method

GetDisplayText(string, bool)

Returns a string formatted for display using edit mask.

Declaration
public string GetDisplayText(string content, bool skipBlanks)
Parameters
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

Returns
Type Description
string