C# 클래스 System.FormattableString

상속: IFormattable
파일 보기 프로젝트 열기: ufcpp/UfcppSample 1 사용 예제들

공개 메소드들

메소드 설명
GetArgument ( int index ) : object
GetArguments ( ) : object[]
Invariant ( FormattableString formattable ) : string
ToString ( ) : string
ToString ( IFormatProvider formatProvider ) : string

보호된 메소드들

메소드 설명
FormattableString ( ) : System.Globalization

비공개 메소드들

메소드 설명
IFormattable ( string ignored, IFormatProvider formatProvider ) : string

메소드 상세

FormattableString() 보호된 메소드

protected FormattableString ( ) : System.Globalization
리턴 System.Globalization

GetArgument() 공개 추상적인 메소드

public abstract GetArgument ( int index ) : object
index int
리턴 object

GetArguments() 공개 추상적인 메소드

public abstract GetArguments ( ) : object[]
리턴 object[]

Invariant() 공개 정적인 메소드

public static Invariant ( FormattableString formattable ) : string
formattable FormattableString
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 추상적인 메소드

public abstract ToString ( IFormatProvider formatProvider ) : string
formatProvider IFormatProvider
리턴 string