MultiSelect for WinForms
GetContent メソッド (MaskInfo)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > MaskInfo クラス : GetContent メソッド
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).
シンタックス
'宣言
 
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
)

パラメータ

text
Text to parse.
textContainsLiterals
Same as MaskInfo.SaveLiterals property.
textContainsBlanks
Same as MaskInfo.SaveBlanks property.
blankCharacter
Same as MaskInfo.StoredEmptyChar property
参照

MaskInfo クラス
MaskInfo メンバ