메소드 | 설명 | |
---|---|---|
AlignCenter ( this text, int width ) : string | ||
GetOptionValue ( this |
||
PadCenter ( this text, int width ) : string | ||
Print ( this |
||
Print ( this |
||
Print ( this |
||
PrintAsTable ( String>.this |
||
PrintAsTable ( this rows, int columnWidthMin, int columnWidthMax, string rowFormat, string headers ) : void | ||
Shorten ( this text, int width ) : string |
public static AlignCenter ( this text, int width ) : string | ||
text | this | |
width | int | |
리턴 | string |
public static GetOptionValue ( this |
||
options | this |
|
name | string | |
리턴 | string |
public static PadCenter ( this text, int width ) : string | ||
text | this | |
width | int | |
리턴 | string |
public static PrintAsTable ( String>.this |
||
map | String>.this | |
리턴 | void |
public static PrintAsTable ( this rows, int columnWidthMin, int columnWidthMax, string rowFormat, string headers ) : void | ||
rows | this | |
columnWidthMin | int | |
columnWidthMax | int | |
rowFormat | string | |
headers | string | |
리턴 | void |
public static Shorten ( this text, int width ) : string | ||
text | this | |
width | int | |
리턴 | string |