Method | Description | |
---|---|---|
Main ( string args ) : void |
Main entry point.
|
|
PrintFormat ( IFormattable inputData, string formatString ) : void |
Overload that uses null for the IFormatProvider.
|
|
PrintFormat ( IFormattable inputData, string formatString, IFormatProvider provider ) : void |
Outputs the data with the specified format.
|
|
TryUserFormat ( IFormattable inputData ) : void |
Gets a format string from the user and calls PrintFormat() with it.
|
public static PrintFormat ( IFormattable inputData, string formatString ) : void | ||
inputData | IFormattable | |
formatString | string | |
return | void |
public static PrintFormat ( IFormattable inputData, string formatString, IFormatProvider provider ) : void | ||
inputData | IFormattable | |
formatString | string | |
provider | IFormatProvider | |
return | void |
public static TryUserFormat ( IFormattable inputData ) : void | ||
inputData | IFormattable | |
return | void |