C# Class Foobricator.Sources.PadLeft

Inheritance: ISource, IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator

Méthodes publiques

Свойство Type Description
Character char
Length int
Source ISource

Méthodes publiques

Méthode Description
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

Method Details

GetItem() public méthode

Returns the padded string. From Foobricator.Sources.ISource
public GetItem ( ) : object
Résultat object

PadLeft() public méthode

public PadLeft ( DataReference reference, int length, char character ) : System
reference Foobricator.Tools.DataReference
length int
character char
Résultat System

PadLeft() public méthode

public PadLeft ( ISource source, int length, char character ) : System
source ISource
length int
character char
Résultat System

ToString() public méthode

public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string

Property Details

Character public_oe property

public char Character
Résultat char

Length public_oe property

public int Length
Résultat int

Source public_oe property

public ISource Source
Résultat ISource