C# 클래스 STELLAR.Data.BasicFormatRenderer

For specialised rendering of template values
상속: IAttributeRenderer
파일 보기 프로젝트 열기: cbinding/stellar

공개 메소드들

메소드 설명
ToString ( Object o ) : String
ToString ( Object o, String formatName ) : String
ToString ( Object o, String formatName, System ci ) : String

비공개 메소드들

메소드 설명
GetHash ( string text, HashType hashType ) : string
alignPeriod ( String input ) : String

메소드 상세

ToString() 공개 메소드

public ToString ( Object o ) : String
o Object
리턴 String

ToString() 공개 메소드

public ToString ( Object o, String formatName ) : String
o Object
formatName String
리턴 String

ToString() 공개 메소드

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