[]
Formats the object as a string.
string Format(object o, string formatString, IFormatProvider provider)
Function Format(o As Object, formatString As String, provider As IFormatProvider) As String
| Type | Name | Description |
|---|---|---|
| object | o | Object to format |
| string | formatString | Format string built by the parser |
| IFormatProvider | provider | IFormatProvider built by parser |
| Type | Description |
|---|---|
| string | String representation |