'宣言 Public Shared Function CalcDefaultCurrencyMask( _ ByVal formatProvider As IFormatProvider, _ ByVal integerDigits As Integer, _ ByVal fractionDigits As Integer, _ ByVal allowNegatives As Char, _ ByVal includeCurrencySymbol As Boolean _ ) As String
public static string CalcDefaultCurrencyMask( IFormatProvider formatProvider, int integerDigits, int fractionDigits, char allowNegatives, bool includeCurrencySymbol )
一般的に、このメソッドを直接呼び出す必要はありません。ValueType が Decimal に設定されると、明示的に何も設定されていない場合、XamMaskedEditor と派生エディターはマスクを計算するためにこのメソッドを呼び出します。また、カルチャーに関わる通貨マスクを使用するために明示的にマスクを設定したい場合、Mask プロパティの支援で、すべてのマスク トークンをリストするテーブルで文書化されている通貨トークンのひとつを使用します。