C# 클래스 Lucene.Net.Util.English

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

공개 메소드들

메소드 설명
IntToEnglish ( int i ) : System.String
IntToEnglish ( int i, System result ) : void

비공개 메소드들

메소드 설명
Main ( System args ) : void

메소드 상세

IntToEnglish() 공개 정적인 메소드

public static IntToEnglish ( int i ) : System.String
i int
리턴 System.String

IntToEnglish() 공개 정적인 메소드

public static IntToEnglish ( int i, System result ) : void
i int
result System
리턴 void