public virtual string Format( string format, object arg, IFormatProvider formatProvider )
Parameters
- format
- A format string containing formatting specifications.
- arg
- An object to format.
- formatProvider
- An IFormatProvider object that supplies format information about the current instance.
Return Value
The string representation of the value of arg, formatted as
specified by format and formatProvider.