ISpanParsable<TSelf> インターフェイス

定義

文字の範囲を値に解析するためのメカニズムを定義します。

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

型パラメーター

TSelf

このインターフェイスを実装する型。

派生
実装

メソッド

Parse(ReadOnlySpan<Char>, IFormatProvider)

文字のスパンを値に解析します。

TryParse(ReadOnlySpan<Char>, IFormatProvider, TSelf)

文字のスパンを値に解析しようとします。

適用対象