Method | Description | |
---|---|---|
Format ( System.DateTime dateTime, bool compact = true ) : string | ||
QueryNumber ( string prompt, int defaultValue, int minValue, int maxValue ) : int? | ||
QueryText ( string prompt, string defaultValue ) : string | ||
Write ( string text ) : void | ||
WriteIndentLine ( string text ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( string text ) : void | ||
WriteSeparatorLine ( char symbol = '-', int symbolCount = 80 ) : void |
public static Format ( System.DateTime dateTime, bool compact = true ) : string | ||
dateTime | System.DateTime | |
compact | bool | |
return | string |
public static QueryNumber ( string prompt, int defaultValue, int minValue, int maxValue ) : int? | ||
prompt | string | |
defaultValue | int | |
minValue | int | |
maxValue | int | |
return | int? |
public static QueryText ( string prompt, string defaultValue ) : string | ||
prompt | string | |
defaultValue | string | |
return | string |
public static WriteIndentLine ( string text ) : void | ||
text | string | |
return | void |
public static WriteLine ( string text ) : void | ||
text | string | |
return | void |
public static WriteSeparatorLine ( char symbol = '-', int symbolCount = 80 ) : void | ||
symbol | char | |
symbolCount | int | |
return | void |