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

Base class for implementing IWriteable and IFormattable.
상속: IFormattable, IWriteable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

WriteTo ( [ writer, [ lineFormat = null ) : void

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

비공개 메소드들

메소드 설명
ToString ( [ format, [ formatProvider = null ) : string
WriteTo ( TextWriter writer, string format ) : void

메소드 상세

ToString() 공개 메소드

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

WriteTo() 공개 추상적인 메소드

Writes this instance to the writer, using the optional lineFormat.
public abstract WriteTo ( [ writer, [ lineFormat = null ) : void
writer [ The writer.
lineFormat [ The format.
리턴 void