'Declaration
Public Function TryFormat( _ ByVal destination As Span(Of Char), _ ByRef charsWritten As Integer, _ ByVal format As ReadOnlySpan(Of Char), _ ByVal provider As IFormatProvider _ ) As Boolean
public bool TryFormat( Span<char> destination, out int charsWritten, ReadOnlySpan<char> format, IFormatProvider provider )
Parameters
- destination
- charsWritten
- format
- provider