Method | Description | |
---|---|---|
Format ( string format, object arg, IFormatProvider formatProvider ) : string |
After String.Format gets the ICustomFormatter, it calls this format method on each argument.
|
|
GetFormat ( |
String.Format calls this method to get an instance of an ICustomFormatter to handle the formatting.
|
public Format ( string format, object arg, IFormatProvider formatProvider ) : string | ||
format | string | The format string. |
arg | object | The arguments for the format string. |
formatProvider | IFormatProvider | The formatProvider. |
return | string |
public GetFormat ( |
||
formatType | The requested formatType. | |
return | object |