C# 클래스 StringFormatEx.Extensions.ExtendedStringFormatterExtensions

파일 보기 프로젝트 열기: qstarin/StringFormatEx

공개 메소드들

메소드 설명
FormatEx ( this format ) : string
FormatEx ( this format, IFormatProvider formatProvider ) : string
FormatEx ( this format, Stream output ) : void
FormatEx ( this format, Stream output, IFormatProvider formatProvider ) : void
FormatEx ( this format, StringBuilder output ) : void
FormatEx ( this format, StringBuilder output, IFormatProvider formatProvider ) : void
FormatEx ( this format, TextWriter output ) : void
FormatEx ( this format, TextWriter output, IFormatProvider formatProvider ) : void

메소드 상세

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format ) : string
format this
리턴 string

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, IFormatProvider formatProvider ) : string
format this
formatProvider IFormatProvider
리턴 string

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, Stream output ) : void
format this
output Stream
리턴 void

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, Stream output, IFormatProvider formatProvider ) : void
format this
output Stream
formatProvider IFormatProvider
리턴 void

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, StringBuilder output ) : void
format this
output StringBuilder
리턴 void

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, StringBuilder output, IFormatProvider formatProvider ) : void
format this
output StringBuilder
formatProvider IFormatProvider
리턴 void

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, TextWriter output ) : void
format this
output System.IO.TextWriter
리턴 void

FormatEx() 공개 정적인 메소드

public static FormatEx ( this format, TextWriter output, IFormatProvider formatProvider ) : void
format this
output System.IO.TextWriter
formatProvider IFormatProvider
리턴 void