C# 클래스 indice.Edi.EdiPathFormat

상속: IFormatProvider, ICustomFormatter
파일 보기 프로젝트 열기: indice-co/EDI.Net 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
HandleOtherFormats ( string format, object arg ) : string

메소드 상세

Format() 공개 메소드

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

GetFormat() 공개 메소드

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