A Sandcastle Documented Class Library
FormatCurrency メソッド (value, scale)
名前空間CFW.UtilNumberUtilFormatCurrency(Decimal, Int32)
通貨形式書式化 vbscriptにおけるFormatCurrencyのコピー。
宣言の構文
C#Visual BasicVisual C++
public static string FormatCurrency(
	decimal value,
	int scale
)
Public Shared Function FormatCurrency ( _
	value As Decimal, _
	scale As Integer _
) As String
public:
static String^ FormatCurrency(
	Decimal value, 
	int scale
)
パラメータ
value (Decimal)
入力値
scale (Int32)
小数点以下桁数
戻り値
書式化結果文字列

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)