C# 클래스 Net.SourceForge.Vietpad.Utilities.TextUtilities

파일 보기 프로젝트 열기: nguyenq/VietOCR3.NET

공개 메소드들

메소드 설명
ChangeCase ( string text, string typeOfCase ) : string

Changes letter case.

RemoveLineBreaks ( string text ) : string

Removes line breaks.

메소드 상세

ChangeCase() 공개 정적인 메소드

Changes letter case.
public static ChangeCase ( string text, string typeOfCase ) : string
text string
typeOfCase string
리턴 string

RemoveLineBreaks() 공개 정적인 메소드

Removes line breaks.
public static RemoveLineBreaks ( string text ) : string
text string
리턴 string