MultiSelect for WinForms
GetDisplayText メソッド (MaskInfo)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > MaskInfo クラス : GetDisplayText メソッド
String containing characters entered by the user, including those on optional positions that were left blank (skipped).
If set to True, the result will omit blank positions. If set to False, the resulting text will contain PromptChar on blank positions
Returns a string formatted for display using edit mask.
シンタックス
'宣言
 
Public Function GetDisplayText( _
   ByVal content As System.String, _
   ByVal skipBlanks As System.Boolean _
) As System.String
public System.string GetDisplayText( 
   System.string content,
   System.bool skipBlanks
)

パラメータ

content
String containing characters entered by the user, including those on optional positions that were left blank (skipped).
skipBlanks
If set to True, the result will omit blank positions. If set to False, the resulting text will contain PromptChar on blank positions
参照

MaskInfo クラス
MaskInfo メンバ