C# 클래스 Foobricator.Sources.PadLeft

상속: ISource, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator

공개 프로퍼티들

프로퍼티 타입 설명
Character char
Length int
Source ISource

공개 메소드들

메소드 설명
GetItem ( ) : object

Returns the padded string. From Foobricator.Sources.ISource

PadLeft ( DataReference reference, int length, char character ) : System
PadLeft ( ISource source, int length, char character ) : System
ToString ( string format, IFormatProvider formatProvider ) : string

메소드 상세

GetItem() 공개 메소드

Returns the padded string. From Foobricator.Sources.ISource
public GetItem ( ) : object
리턴 object

PadLeft() 공개 메소드

public PadLeft ( DataReference reference, int length, char character ) : System
reference Foobricator.Tools.DataReference
length int
character char
리턴 System

PadLeft() 공개 메소드

public PadLeft ( ISource source, int length, char character ) : System
source ISource
length int
character char
리턴 System

ToString() 공개 메소드

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
리턴 string

프로퍼티 상세

Character 공개적으로 프로퍼티

public char Character
리턴 char

Length 공개적으로 프로퍼티

public int Length
리턴 int

Source 공개적으로 프로퍼티

public ISource Source
리턴 ISource