'宣言 Overloads Function Format( _ ByVal text As System.String, _ Optional ByVal options As FormatOptions _ ) As FormatResult
FormatResult Format( System.string text, FormatOptions options )
パラメータ
- text
- 書式設定するテキストを示す文字列値。
- options
- 追加の書式オプションを指定する値。
戻り値の型
書式設定された結果を示すFormatResult値。