ComponentOne CalendarView for WinForms
GetContent Method

C1.Win.C1Input Namespace > MaskInfo Class : GetContent Method
Text to parse.
Same as MaskInfo.SaveLiterals property.
Same as MaskInfo.SaveBlanks property.
Same as MaskInfo.StoredEmptyChar property
Returns the string containing characters entered by the user, including those on optional positions that were left blank (skipped).
Syntax
'Declaration
 
Public Function GetContent( _
   ByVal text As String, _
   ByVal textContainsLiterals As Boolean, _
   ByVal textContainsBlanks As Boolean, _
   ByVal blankCharacter As Char _
) As String

Parameters

text
Text to parse.
textContainsLiterals
Same as MaskInfo.SaveLiterals property.
textContainsBlanks
Same as MaskInfo.SaveBlanks property.
blankCharacter
Same as MaskInfo.StoredEmptyChar property
See Also

Reference

MaskInfo Class
MaskInfo Members