C# 클래스 ObjectFormatting.ObjectFormatter

파일 보기 프로젝트 열기: tncbbthositg/ObjectFormatter

공개 메소드들

메소드 설명
TokenFormat ( this formatString, object>.IDictionary tokens ) : string
TokenFormat ( this formatString, object source ) : string
TokenFormat ( this formatString, object source, object>.IDictionary tokens ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

TokenFormat() 공개 정적인 메소드

public static TokenFormat ( this formatString, object>.IDictionary tokens ) : string
formatString this
tokens object>.IDictionary
리턴 string

TokenFormat() 공개 정적인 메소드

public static TokenFormat ( this formatString, object source ) : string
formatString this
source object
리턴 string

TokenFormat() 공개 정적인 메소드

public static TokenFormat ( this formatString, object source, object>.IDictionary tokens ) : string
formatString this
source object
tokens object>.IDictionary
리턴 string