C# Class Net.SourceForge.Vietpad.Utilities.TextUtilities

Datei anzeigen Open project: nguyenq/VietOCR3.NET

Public Methods

Method Description
ChangeCase ( string text, string typeOfCase ) : string

Changes letter case.

RemoveLineBreaks ( string text ) : string

Removes line breaks.

Method Details

ChangeCase() public static method

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

RemoveLineBreaks() public static method

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