'宣言 Public Shared Function FormatPercentValue( _ ByVal value As System.Double, _ ByVal decimalPlaces As System.Integer, _ ByVal separatorStyle As Field.NumberSeparatorStyle _ ) As System.String
public static System.string FormatPercentValue( System.double value, System.int decimalPlaces, Field.NumberSeparatorStyle separatorStyle )
パラメータ
- value
- 書式設定する値。
- decimalPlaces
- 小数点の右側に表示される桁数。有効な値は 0 から 10 までです。
- separatorStyle
- カンマとピリオドの配置については、Field.NumberSeparatorStyle を参照してください。
戻り値の型
フォーマットされた値を含む文字列。