C# 클래스 Lucene.Net.Support.NumberFormat

파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
locale System.Globalization.CultureInfo

공개 메소드들

메소드 설명
Format ( double number ) : string
Format ( long number ) : string
Format ( object number ) : string
NumberFormat ( CultureInfo locale ) : System
Parse ( string source ) : object

보호된 메소드들

메소드 설명
GetNumberFormat ( ) : string

메소드 상세

Format() 공개 메소드

public Format ( double number ) : string
number double
리턴 string

Format() 공개 메소드

public Format ( long number ) : string
number long
리턴 string

Format() 공개 메소드

public Format ( object number ) : string
number object
리턴 string

GetNumberFormat() 보호된 메소드

protected GetNumberFormat ( ) : string
리턴 string

NumberFormat() 공개 메소드

public NumberFormat ( CultureInfo locale ) : System
locale System.Globalization.CultureInfo
리턴 System

Parse() 공개 메소드

public Parse ( string source ) : object
source string
리턴 object

프로퍼티 상세

locale 보호되어 있는 프로퍼티

protected CultureInfo,System.Globalization locale
리턴 System.Globalization.CultureInfo