C# 클래스 SilverlightFX.Data.Formatter.NamedTokensFormatter

파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
Format ( CultureInfo culture, string format, object value ) : string

비공개 메소드들

메소드 설명
IndexOfExpressionEnd ( string format, int startIndex ) : int
IndexOfExpressionStart ( string format, int startIndex ) : int
SplitFormat ( string format ) : IEnumerable

메소드 상세

Format() 공개 정적인 메소드

public static Format ( CultureInfo culture, string format, object value ) : string
culture System.Globalization.CultureInfo
format string
value object
리턴 string