IUtf8SpanParsable<TSelf> Rozhraní

Definice

Definuje mechanismus pro analýzu rozsahu znaků UTF-8 na hodnotu.

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)

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

Odvozené

Metody

Parse(ReadOnlySpan<Byte>, IFormatProvider)

Parsuje rozsah znaků UTF-8 na hodnotu.

TryParse(ReadOnlySpan<Byte>, IFormatProvider, TSelf)

Pokusí se parsovat rozsah znaků UTF-8 na hodnotu.

Platí pro