バージョン

NumberFormat コンストラクタ

カスタム書式を表す新しい NumberFormat インスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal customFormat As String _
)
public NumberFormat( 
   string customFormat
)

パラメータ

customFormat
カスタム番号書式
参照