Method TryFormat
TryFormat(Span<char>, out int, ReadOnlySpan<char>, IFormatProvider?)
Declaration
public bool TryFormat(Span<char> destination, out int charsWritten, ReadOnlySpan<char> format, IFormatProvider? provider)
Parameters
| Type | Name | Description | 
|---|---|---|
| Span<char> | destination | |
| int | charsWritten | |
| ReadOnlySpan<char> | format | |
| IFormatProvider | provider | 
Returns
| Type | Description | 
|---|---|
| bool | 
Implements
TryFormat(Span<char>, out int, ReadOnlySpan<char>)
Declaration
public bool TryFormat(Span<char> destination, out int charsWritten, ReadOnlySpan<char> format = default)
Parameters
| Type | Name | Description | 
|---|---|---|
| Span<char> | destination | |
| int | charsWritten | |
| ReadOnlySpan<char> | format | 
Returns
| Type | Description | 
|---|---|
| bool |