Format(string, params object[])
Declaration
[Obsolete("Pass the IFormatProvider. This helps the analyzers.")]
string Format(string format, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
string | format | |
object[] | arguments |
Returns
Type | Description |
---|---|
string |
Format(IFormatProvider, string, params object[])
Declaration
string Format(IFormatProvider provider, string format, params object[] arguments)
Parameters
Type | Name | Description |
---|---|---|
IFormatProvider | provider | |
string | format | |
object[] | arguments |
Returns
Type | Description |
---|---|
string |