NumberFormatAttribute コンストラクター (String, Nullable<Int32>, Nullable<Double>)
指定された書式指定文字列、有効桁数、および小数点以下桁数で NumberFormatAttribute クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Windows.Design.PropertyEditing
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Public Sub New ( _
formatString As String, _
maxPrecision As Nullable(Of Integer), _
scale As Nullable(Of Double) _
)
public NumberFormatAttribute(
string formatString,
Nullable<int> maxPrecision,
Nullable<double> scale
)
public:
NumberFormatAttribute(
String^ formatString,
Nullable<int> maxPrecision,
Nullable<double> scale
)
new :
formatString:string *
maxPrecision:Nullable<int> *
scale:Nullable<float> -> NumberFormatAttribute
public function NumberFormatAttribute(
formatString : String,
maxPrecision : Nullable<int>,
scale : Nullable<double>
)
パラメーター
- formatString
型: System.String
数値の書式指定文字列。
- maxPrecision
型: System.Nullable<Int32>
数値エディターによって処理される小数部の最大桁数を表す整数。
- scale
型: System.Nullable<Double>
数値の表示される値に適用されるスケール ファクター。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。