バージョン

FormatNumber メソッド (RVBaseFormattingService)

指定された数値データ (指定された書式設定) の書式設定されたテキスト表現を返します。
シンタックス
'宣言
 
Public Overridable Function FormatNumber( _
   ByVal value As Double, _
   ByVal formatting As RVNumberFormattingSpec, _
   ByVal ignoreMkFormatting As Boolean _
) As String
public virtual string FormatNumber( 
   double value,
   RVNumberFormattingSpec formatting,
   bool ignoreMkFormatting
)

パラメータ

value
数値データ
formatting
数値データ型の書式設定オプション
ignoreMkFormatting
Million (M) および Thousand (K) 書式設定を無視するかどうかを示すフラグ

戻り値の型

書式設定された数値データのテキスト表示
プラットフォーム

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照