DioDocs for PDF
FormatPercentValue メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf.AcroForms 名前空間 > Field クラス : FormatPercentValue メソッド
書式設定する値。
小数点の右側に表示される桁数。 有効な値は 0 〜 10 です。
カンマとピリオドの配置については、Field.NumberSeparatorStyle を参照します。.
指定されたパーセント形式のオプションを使用して値を書式設定します。
シンタックス
'宣言
 
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 を参照します。.

戻り値の型

書式設定された値を含めらる文字列。
参照

Field クラス
Field メンバ