ISpanParsable<TSelf> Schnittstelle

Definition

Definiert einen Mechanismus zum Analysieren einer Spanne von Zeichen in einen Wert.

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)

Typparameter

TSelf

Der Typ, der diese Schnittstelle implementiert.

Abgeleitet
Implementiert

Methoden

Parse(ReadOnlySpan<Char>, IFormatProvider)

Analysiert eine Spanne von Zeichen in einen Wert.

TryParse(ReadOnlySpan<Char>, IFormatProvider, TSelf)

Versucht, eine Spanne von Zeichen in einen Wert zu analysieren.

Gilt für: