Returns a string formatted for display using edit mask.
シンタックス
'宣言
Public Function GetDisplayText( _
ByVal As System.String, _
ByVal As System.Boolean _
) As System.String
public System.string GetDisplayText(
System.string ,
System.bool
)
パラメータ
- 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
参照