ComponentOne Input for WinForms
GetStoredText Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > MaskInfo Class : GetStoredText Method
String containing characters entered by the user, including those on optional positions that were left blank (skipped).
Returns the string that will be stored in the database, in accordance with current values of SaveLiterals, SaveBlanks and StoredEmptyChar properties.
Syntax
'Declaration
 
Public Function GetStoredText( _
   ByVal content As System.String _
) As System.String
public System.string GetStoredText( 
   System.string content
)

Parameters

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

Reference

MaskInfo Class
MaskInfo Members