Pročitaj na engleskom Uredi

Dijelite putem


ISpanParsable<TSelf> Interface

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Defines a mechanism for parsing a span of characters to a value.

C#
public interface ISpanParsable<TSelf> : IParsable<TSelf> where TSelf : ISpanParsable<TSelf>

Type Parameters

TSelf

The type that implements this interface.

Derived
Implements

Methods

Parse(ReadOnlySpan<Char>, IFormatProvider)

Parses a span of characters into a value.

TryParse(ReadOnlySpan<Char>, IFormatProvider, TSelf)

Tries to parse a span of characters into a value.

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10