Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IParsable<TSelf> Interface

Definition

Namespace:
System
Assembly:
System.Runtime.dll
Source:
IParsable.cs
Source:
IParsable.cs

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 string to a value.

generic <typename TSelf>
 where TSelf : IParsable<TSelf>public interface class IParsable
public interface IParsable<TSelf> where TSelf : IParsable<TSelf>
type IParsable<'Self (requires 'Self :> IParsable<'Self>)> = interface
Public Interface IParsable(Of TSelf)

Type Parameters

TSelf

The type that implements this interface.

Derived

Methods

Name Description
Parse(String, IFormatProvider)

Parses a string into a value.

TryParse(String, IFormatProvider, TSelf)

Tries to parse a string into a value.

Applies to


Feedback

Was this page helpful?