バージョン

ApplyMask(String,MaskMode,Char,Char,Int32) メソッド

マスクを文字列に適用して、新しい文字列を返します
シンタックス
'宣言
 
Public Overloads Function ApplyMask( _
   ByVal str As String, _
   ByVal maskMode As MaskMode, _
   ByVal promptChar As Char, _
   ByVal padChar As Char, _
   ByRef numberOfCharsMatched As Integer _
) As String
public string ApplyMask( 
   string str,
   MaskMode maskMode,
   char promptChar,
   char padChar,
   out int numberOfCharsMatched
)

パラメータ

str
マスクされる文字列
maskMode
MaskMode
promptChar
プロンプト文字。
padChar
パッディング文字
numberOfCharsMatched
マスクを一致させる文字数を返します。

戻り値の型

マスクされた文字列
参照