ComponentOne Input for WinForms
GetContent Method

C1.Win.C1Input.4 Assembly > 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 System.String, _
   ByVal textContainsLiterals As System.Boolean, _
   ByVal textContainsBlanks As System.Boolean, _
   ByVal blankCharacter As System.Char _
) As System.String
public System.string GetContent( 
   System.string text,
   System.bool textContainsLiterals,
   System.bool textContainsBlanks,
   System.char blankCharacter
)

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