C# Class ObjectFormatting.ObjectFormatter

Afficher le fichier Open project: tncbbthositg/ObjectFormatter

Méthodes publiques

Méthode Description
TokenFormat ( this formatString, object>.IDictionary tokens ) : string
TokenFormat ( this formatString, object source ) : string
TokenFormat ( this formatString, object source, object>.IDictionary tokens ) : string

Private Methods

Méthode Description
GetIndexArray ( string indexes ) : object[]
GetPropertyValue ( object target, string name, string indexList ) : object
GetPropertyValueFromPath ( object target, string path ) : object
GetStringSection ( char format, int leftIndex, int rightIndex ) : string

Method Details

TokenFormat() public static méthode

public static TokenFormat ( this formatString, object>.IDictionary tokens ) : string
formatString this
tokens object>.IDictionary
Résultat string

TokenFormat() public static méthode

public static TokenFormat ( this formatString, object source ) : string
formatString this
source object
Résultat string

TokenFormat() public static méthode

public static TokenFormat ( this formatString, object source, object>.IDictionary tokens ) : string
formatString this
source object
tokens object>.IDictionary
Résultat string