• APIブラウザ
  • 設計思想
Show / Hide Table of Contents
  • ExapisSOP
    • AppWorker
    • ContextEventArgs
    • HostRunner
    • IConfiguration
    • IContext
    • IPipeline
    • IProcess
    • IProcess<TParam, TResult>
    • IService
    • TerminationEventArgs
    • TerminationException
    • TerminationReason
    • UnhandledErrorEventArgs
    • VersionInfo
  • ExapisSOP.Binary
    • DataValue
  • ExapisSOP.Core
    • ConfigurationExtensions
    • ContextExtensions
    • CustomPipelineProcess<TParam, TResult>
    • ImmutablePipeline
    • Pipeline
    • PipelineExtensions
    • PipelineExtensions.ExceptionHandler
    • PipelineExtensions.ExceptionHandler<TParam, TResult>
    • PipelineExtensions.LoggingProcess
    • PipelineExtensions.NextProcessFunc
    • PipelineExtensions.ProcessFunc
    • PipelineExtensions.ProcessFunc<TParam, TResult>
    • PipelineExtensions.ProcessFuncWrapper
    • PipelineExtensions.ProcessFuncWrapper<TParam, TResult>
  • ExapisSOP.Globalization
    • EnglishErrorReportBuilder
    • JapaneseErrorReportBuilder
  • ExapisSOP.IO
    • CachedStream
    • DefaultPath
    • FileSystemServiceOptions
    • FileSystemServiceOptionsExtensions
    • IFileSystemService
    • InvalidPathFormatException
    • IPathList
    • Paths
    • PathString
    • PathStringFormatter
  • ExapisSOP.IO.Logging
    • ConsoleLogger
    • DefaultErrorDetailProvider
    • ErrorReportBuilder
    • ExceptionRecord
    • HResultDetailProvider
    • ICustomErrorDetailProvider
    • ILogFile
    • ILoggable
    • ILogger
    • ILoggingSystemService
    • LogData
    • LogFile
    • LogFileType
    • Logger
    • LoggerExtension
    • LoggingSystemServiceOptions
    • LoggingSystemServiceOptions.CreateLogFile
    • LogLevel
    • LongMessageRecord
    • MultipleLogger
    • OutputStreamLogger
  • ExapisSOP.IO.Settings
    • CustomSettings
    • DataStore
    • DefaultSettings
    • EnvironmentSettings
    • ISettingsSystemService
    • OptimizedSettings
    • SettingsSystemServiceOptions
    • SettingsSystemServiceOptions.ConfirmVersionInfo
    • SettingsSystemServiceOptions.GetVersionInfo
  • ExapisSOP.IO.Settings.CommandLine
    • CommandLineConverter
    • CommandLineParser
    • CommandLineServiceOptions
    • CommandLineServiceOptions.CreateConverterMappingTable
    • FileNameList
    • IArgumentConverter
    • IArgumentConverter<T>
    • ICommandLineService
    • ManualAttribute
    • Option
    • Option.Value
    • OptionAttribute
    • Switch
    • SwitchAttribute
  • ExapisSOP.NativeWrapper
    • INativeCaller
    • WinAPI
  • ExapisSOP.NativeWrapper.Windows
    • Kernel32
  • ExapisSOP.Numerics
    • CryptionRandom
    • IRandom
    • LinearCongruentialGenerator
    • RandomExtension
    • SerializableRandom
    • SystemRandom
    • Xorshift
    • Xorshift2
  • ExapisSOP.Text
    • SimpleEncoding
    • SimpleString
  • ExapisSOP.Utils
    • ArrayExtensions
    • ConsoleUtil
    • DisposableBase
    • IAwaitable<T>
    • IAwaiter<T>
    • IUtilityService
    • SecureStringExtensions
    • SerializationInfoExtensions
    • StringExtensions
    • StringUtil
    • UtilityConfigurationExtensions
    • UtilityContextExtensions

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'の新しいインスタンスを生成します。

宣言
public PathStringFormatter()
| 編集/提案 ソースを表示

PathStringFormatter(IFormatProvider)

既定の書式設定サービスを提供する事ができるオブジェクトを指定して、 型'PathStringFormatter'の新しいインスタンスを生成します。

宣言
public PathStringFormatter(IFormatProvider formatProvider)
引数
型 名前 説明
System.IFormatProvider formatProvider

書式設定プロバイダです。

メソッド 一覧

| 編集/提案 ソースを表示

Format(String, Object, IFormatProvider)

指定されたオブジェクトを書式設定し文字列へ変換します。

宣言
public virtual string Format(string format, object arg, IFormatProvider formatProvider)
引数
型 名前 説明
System.String format

書式設定文字列です。

System.Object arg

文字列へ変換するオブジェクトです。

System.IFormatProvider formatProvider

書式設定サービスを提供する書式設定プロバイダです。

戻り値
型 説明
System.String

現在のパス文字列を表す可読な文字列です。

脚注

記号対応表:

記号-変換結果

  • B基底パス。
  • D親ディレクトリ名。
  • F拡張子を含むファイル名。
  • N拡張子を除くファイル名。
  • Oコンストラクタに渡されたパス文字列。
  • P絶対パス。
  • Rルートディレクトリ。
  • UURI形式のパス文字列。
  • X拡張子。
  • /パス区切り記号。
  • \次の文字を無視。
| 編集/提案 ソースを表示

GetFormat(Type)

指定された型の書式設定サービスを取得します。

宣言
public virtual object GetFormat(Type formatType)
引数
型 名前 説明
System.Type formatType

書式設定サービスの種類です。

戻り値
型 説明
System.Object

書式設定サービスを表すオブジェクトです。

実装

System.IFormatProvider
System.ICustomFormatter
  • 編集/提案
  • ソースを表示
Back to top Generated by DocFX