C# 클래스 System.Globalization.NumberFormatInfo

상속: IFormatProvider, ICloneable, IBridgeClass
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitPatterns void
NumberFormatInfo System.Runtime.InteropServices
NumberFormatInfo System.Runtime.InteropServices

공개 메소드들

메소드 설명
Clone ( ) : object
GetFormat ( Type formatType ) : object
GetInstance ( IFormatProvider formatProvider ) : NumberFormatInfo
NumberFormatInfo ( ) : System.Runtime.InteropServices
ReadOnly ( NumberFormatInfo nfi ) : NumberFormatInfo

비공개 메소드들

메소드 설명
InitPatterns ( ) : void
NumberFormatInfo ( bool read_only ) : System.Runtime.InteropServices
NumberFormatInfo ( int lcid, bool read_only ) : System.Runtime.InteropServices

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetFormat() 공개 메소드

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

GetInstance() 공개 정적인 메소드

public static GetInstance ( IFormatProvider formatProvider ) : NumberFormatInfo
formatProvider IFormatProvider
리턴 NumberFormatInfo

NumberFormatInfo() 공개 메소드

public NumberFormatInfo ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( NumberFormatInfo nfi ) : NumberFormatInfo
nfi NumberFormatInfo
리턴 NumberFormatInfo