C# 클래스 SmartFormat.Smart

This class holds a Default instance of the SmartFormatter. The default instance has all extensions registered.
파일 보기 프로젝트 열기: scottrippey/SmartFormat.NET 1 사용 예제들

공개 메소드들

메소드 설명
CreateDefaultSmartFormat ( ) : SmartFormat.SmartFormatter
Format ( IFormatProvider provider, string format ) : string
Format ( string format ) : string
Format ( string format, object arg0 ) : string
Format ( string format, object arg0, object arg1 ) : string
Format ( string format, object arg0, object arg1, object arg2 ) : string

메소드 상세

CreateDefaultSmartFormat() 공개 정적인 메소드

public static CreateDefaultSmartFormat ( ) : SmartFormat.SmartFormatter
리턴 SmartFormat.SmartFormatter

Format() 공개 정적인 메소드

public static Format ( IFormatProvider provider, string format ) : string
provider IFormatProvider
format string
리턴 string

Format() 공개 정적인 메소드

public static Format ( string format ) : string
format string
리턴 string

Format() 공개 정적인 메소드

public static Format ( string format, object arg0 ) : string
format string
arg0 object
리턴 string

Format() 공개 정적인 메소드

public static Format ( string format, object arg0, object arg1 ) : string
format string
arg0 object
arg1 object
리턴 string

Format() 공개 정적인 메소드

public static Format ( string format, object arg0, object arg1, object arg2 ) : string
format string
arg0 object
arg1 object
arg2 object
리턴 string