PathStringFormatter クラス
PathStringの書式設定を行います。
継承
System.Object
PathStringFormatter
実装
System.IFormatProvider
System.ICustomFormatter
継承されたメンバー
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
名前空間: ExapisSOP.IO
アセンブリ: ExapisSOP.dll
構文
public class PathStringFormatter : IFormatProvider, ICustomFormatter
コンストラクタ 一覧
名前 | 説明 |
---|---|
PathStringFormatter() | 既定のカルチャを利用して、 型'PathStringFormatter'の新しいインスタンスを生成します。 |
PathStringFormatter(IFormatProvider) | 既定の書式設定サービスを提供する事ができるオブジェクトを指定して、 型'PathStringFormatter'の新しいインスタンスを生成します。 |
メソッド 一覧
名前 | 説明 |
---|---|
Format(String, Object, IFormatProvider) | 指定されたオブジェクトを書式設定し文字列へ変換します。 |
GetFormat(Type) | 指定された型の書式設定サービスを取得します。 |