Static Public Methods | |
String | padLeft (String s, int length) |
String | padRight (String s, int length) |
Definition at line 73 of file StringUtil.java.
|
Pads the string on the left with blanks to force it to be a certain size.
Definition at line 82 of file StringUtil.java. |
|
Pads the string on the right with blanks to force it to be a certain size.
Definition at line 103 of file StringUtil.java. |