메소드 | 설명 | |
---|---|---|
ChangeCase ( string text, string typeOfCase ) : string |
Changes letter case.
|
|
RemoveLineBreaks ( string text ) : string |
Removes line breaks.
|
public static ChangeCase ( string text, string typeOfCase ) : string | ||
text | string | |
typeOfCase | string | |
리턴 | string |
public static RemoveLineBreaks ( string text ) : string | ||
text | string | |
리턴 | string |