Edit

Share via


IParsable<TSelf> Interface

Definition

Defines a mechanism for parsing a string to a value.

public interface IParsable<TSelf> where TSelf : IParsable<TSelf>

Type Parameters

TSelf

The type that implements this interface.

Derived

Methods

Parse(String, IFormatProvider)

Parses a string into a value.

TryParse(String, IFormatProvider, TSelf)

Tries to parse a string into a value.

Applies to

Product Versions
.NET 7, 8, 9