C# Class STELLAR.Data.BasicFormatRenderer

For specialised rendering of template values
Inheritance: IAttributeRenderer
显示文件 Open project: cbinding/stellar

Public Methods

Method Description
ToString ( Object o ) : String
ToString ( Object o, String formatName ) : String
ToString ( Object o, String formatName, System ci ) : String

Private Methods

Method Description
GetHash ( string text, HashType hashType ) : string
alignPeriod ( String input ) : String

Method Details

ToString() public method

public ToString ( Object o ) : String
o Object
return String

ToString() public method

public ToString ( Object o, String formatName ) : String
o Object
formatName String
return String

ToString() public method

public ToString ( Object o, String formatName, System ci ) : String
o Object
formatName String
ci System
return String