C# 클래스 System.Tests.StringTests.TestFormatter

상속: IFormatProvider, ICustomFormatter
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Format ( string format, object arg, IFormatProvider formatProvider ) : string
GetFormat ( Type formatType ) : object

메소드 상세

Format() 공개 메소드

public Format ( string format, object arg, IFormatProvider formatProvider ) : string
format string
arg object
formatProvider IFormatProvider
리턴 string

GetFormat() 공개 메소드

public GetFormat ( Type formatType ) : object
formatType System.Type
리턴 object