ISpanParsable<TSelf> Interfaz

Definición

Define un mecanismo para analizar un intervalo de caracteres en un 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

Tipo que implementa esta interfaz.

Derivado
Implementaciones

Métodos

Parse(ReadOnlySpan<Char>, IFormatProvider)

Analiza un intervalo de caracteres en un valor.

TryParse(ReadOnlySpan<Char>, IFormatProvider, TSelf)

Intenta analizar un intervalo de caracteres en un valor.

Se aplica a