ISpanParsable<TSelf> Interfaccia

Definizione

Definisce un meccanismo per analizzare un intervallo di caratteri a un valore.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

Derivato
Implementazioni

Metodi

Parse(ReadOnlySpan<Char>, IFormatProvider)

Analizza un intervallo di caratteri in un valore.

TryParse(ReadOnlySpan<Char>, IFormatProvider, TSelf)

Prova a analizzare un intervallo di caratteri in un valore.

Si applica a