[]
        
(Showing Draft Content)

C1.Win.Input.Formating.MaskInfo.GetStoredText

GetStoredText Method

GetStoredText(string)

Returns the string that will be stored in the database, in accordance with current values of SaveLiterals, SaveBlanks and StoredEmptyChar properties.

Declaration
public string GetStoredText(string content)
Public Function GetStoredText(content As String) As String
Parameters
Type Name Description
string content

String containing characters entered by the user, including those on optional positions that were left blank (skipped).

Returns
Type Description
string