GetFormat メソッド
| 編集/提案 ソースを表示GetFormat(Type)
指定された型の書式設定サービスを取得します。
宣言
public virtual object GetFormat(Type formatType)
引数
型 | 名前 | 説明 |
---|---|---|
System.Type | formatType | 書式設定サービスの種類です。 |
戻り値
型 | 説明 |
---|---|
System.Object | 書式設定サービスを表すオブジェクトです。 |
実装
System.IFormatProvider.GetFormat(System.Type)