IUtf8SpanParsable<TSelf> Interface

Definitie

Definieert een mechanisme voor het parseren van een reeks UTF-8 tekens aan een waarde.

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)

Type parameters

TSelf

Het type dat deze interface implementeert.

Afgeleid

Methoden

Name Description
Parse(ReadOnlySpan<Byte>, IFormatProvider)

Parseert een reeks UTF-8 tekens in een waarde.

TryParse(ReadOnlySpan<Byte>, IFormatProvider, TSelf)

Probeert een reeks UTF-8 tekens te parseren in een waarde.

Van toepassing op