IParsable<TSelf> 介面
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義將字串剖析為值的機制。
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)
- TSelf
實作這個介面的類型。
- 衍生
Parse(String, IFormat |
將字串剖析為值。 |
Try |
嘗試將字串剖析成值。 |
產品 | 版本 |
---|---|
.NET | 7, 8, 9 |