IUtf8SpanParsable<TSelf> Gränssnitt

Definition

Definierar en mekanism för att parsa ett intervall med UTF-8 tecken till ett värde.

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

Typparametrar

TSelf

Den typ som implementerar det här gränssnittet.

Härledda

Metoder

Name Description
Parse(ReadOnlySpan<Byte>, IFormatProvider)

Parsar ett intervall med UTF-8 tecken till ett värde.

TryParse(ReadOnlySpan<Byte>, IFormatProvider, TSelf)

Försöker parsa ett intervall med UTF-8 tecken till ett värde.

Gäller för