ISpanParsable<TSelf> Interface

Definição

Define um mecanismo para analisar um intervalo de caracteres para um valor.

generic <typename TSelf>
 where TSelf : ISpanParsable<TSelf>public interface class ISpanParsable : IParsable<TSelf>
public interface ISpanParsable<TSelf> : IParsable<TSelf> where TSelf : ISpanParsable<TSelf>
type ISpanParsable<'Self (requires 'Self :> ISpanParsable<'Self>)> = interface
    interface IParsable<'Self (requires 'Self :> ISpanParsable<'Self>)>
Public Interface ISpanParsable(Of TSelf)
Implements IParsable(Of TSelf)

Parâmetros de tipo

TSelf

O tipo que implementa essa interface.

Derivado
Implementações

Métodos

Parse(ReadOnlySpan<Char>, IFormatProvider)

Analisa um intervalo de caracteres em um valor.

TryParse(ReadOnlySpan<Char>, IFormatProvider, TSelf)

Tenta analisar um intervalo de caracteres em um valor.

Aplica-se a