Format(FormattableString)
Declaration
public static string Format(FormattableString message)Parameters
| Type | Name | Description |
|---|---|---|
| FormattableString | message |
Returns
| Type | Description |
|---|---|
| string |
Format(string?, object?, IFormatProvider?)
Declaration
public abstract string Format(string? format, object? arg, IFormatProvider? formatProvider)Parameters
| Type | Name | Description |
|---|---|---|
| string | format | |
| object | arg | |
| IFormatProvider | formatProvider |
Returns
| Type | Description |
|---|---|
| string |
Implements
Format(object?)
Declaration
public string Format(object? arg)Parameters
| Type | Name | Description |
|---|---|---|
| object | arg |
Returns
| Type | Description |
|---|---|
| string |