Returns the string containing characters entered by the user, including those on optional positions that were left blank (skipped).
シンタックス
'宣言
Public Function GetContent( _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Char _
) As System.String
public System.string GetContent(
System.string ,
System.bool ,
System.bool ,
System.char
)
パラメータ
- text
- Text to parse.
- textContainsLiterals
- Same as MaskInfo.SaveLiterals property.
- textContainsBlanks
- Same as MaskInfo.SaveBlanks property.
- blankCharacter
- Same as MaskInfo.StoredEmptyChar property
参照