IUtf8SpanParsable<TSelf> Interfejs

Definicja

Definiuje mechanizm analizowania zakresu znaków UTF-8 do wartości.

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, który implementuje ten interfejs.

Pochodne

Metody

Parse(ReadOnlySpan<Byte>, IFormatProvider)

Analizuje zakres znaków UTF-8 w wartości.

TryParse(ReadOnlySpan<Byte>, IFormatProvider, TSelf)

Próbuje przeanalizować zakres znaków UTF-8 w wartości.

Dotyczy