Method TryFormat
TryFormat(Span<Char>, out Int32, ReadOnlySpan<Char>, IFormatProvider)
Declaration
public bool TryFormat(Span<char> dest, out int charsWritten, ReadOnlySpan<char> format, IFormatProvider provider)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Span<System.Char> | dest | |
| System.Int32 | charsWritten | |
| System.ReadOnlySpan<System.Char> | format | |
| System.IFormatProvider | provider |
Returns
| Type | Description |
|---|---|
| System.Boolean |