| Parameter | Description |
|---|---|
| format | A composite format string. |
| args | The objects to format. |
string The format items in the specified format string replaced with the string representation or the corresponding object.
Replaces the format items in the specified format string with the string representation or the corresponding object.
Use Smart.Default or SmartFormatter for more Format(...) overloads.
| Parameter | Description |
|---|---|
| provider | The IFormatProvider to use. |
| format | A composite format string. |
| args | The objects to format. |
string The format items in the specified format string replaced with the string representation or the corresponding object.
Replaces the format items in the specified format string with the string representation or the corresponding object.
Use Smart.Default or SmartFormatter for more Format(...) overloads.
| Parameter | Description |
|---|---|
| format | A composite format string. |
| arg0 | The first object to format. |
| arg1 | The second object to format. |
| arg2 | The third object to format. |
string The format items in the specified format string replaced with the string representation or the corresponding object.
Replaces the format items in the specified format string with the string representation or the corresponding object.
Use Smart.Default or SmartFormatter for more Format(...) overloads.
| Parameter | Description |
|---|---|
| format | A composite format string. |
| arg0 | The first object to format. |
| arg1 | The second object to format. |
string The format items in the specified format string replaced with the string representation or the corresponding object.
Replaces the format items in the specified format string with the string representation or the corresponding object.
Use Smart.Default or SmartFormatter for more Format(...) overloads.
| Parameter | Description |
|---|---|
| format | A composite format string. |
| arg0 | The object to format. |
string The format items in the specified format string replaced with the string representation or the corresponding object.
Replaces the format items in the specified format string with the string representation or the corresponding object.
Use Smart.Default or SmartFormatter for more Format(...) overloads.