C# Class STELLAR.Data.BasicFormatRenderer

For specialised rendering of template values
Inheritance: IAttributeRenderer
Afficher le fichier Open project: cbinding/stellar

Méthodes publiques

Méthode Description
ToString ( Object o ) : String
ToString ( Object o, String formatName ) : String
ToString ( Object o, String formatName, System ci ) : String

Private Methods

Méthode Description
GetHash ( string text, HashType hashType ) : string
alignPeriod ( String input ) : String

Method Details

ToString() public méthode

public ToString ( Object o ) : String
o Object
Résultat String

ToString() public méthode

public ToString ( Object o, String formatName ) : String
o Object
formatName String
Résultat String

ToString() public méthode

public ToString ( Object o, String formatName, System ci ) : String
o Object
formatName String
ci System
Résultat String