C# 클래스 WebApplications.Utilities.Formatting.FormatOutput

상속: IFormattable, IWriteable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

WriteTo ( TextWriter writer, string format = null ) : void

Writes this instance to the writer, using the optional format.

비공개 메소드들

메소드 설명
FormatOutput ( ) : System

Prevents a default instance of the FormatOutput class from being created.

ToString ( [ format, [ formatProvider = null ) : string

메소드 상세

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

WriteTo() 공개 메소드

Writes this instance to the writer, using the optional format.
public WriteTo ( TextWriter writer, string format = null ) : void
writer System.IO.TextWriter The writer.
format string The format.
리턴 void