Notes to Implementers
Override TryParse(ReadOnlySpanChar, T) to define the behavior
of this method.
public T Parse(
ReadOnlySpan<char> value
)
Public Function Parse (
value As ReadOnlySpan(Of Char)
) As T
public:
T Parse(
ReadOnlySpan<wchar_t> value
)
member Parse :
value : ReadOnlySpan<char> -> 'T
FormatException | The parsing failed and Throwing is true. |