TypeName.TryParse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試將字元範圍剖析為類型名稱。
public static bool TryParse (ReadOnlySpan<char> typeName, out System.Reflection.Metadata.TypeName? result, System.Reflection.Metadata.TypeNameParseOptions? options = default);
static member TryParse : ReadOnlySpan<char> * TypeName * System.Reflection.Metadata.TypeNameParseOptions -> bool
Public Shared Function TryParse (typeName As ReadOnlySpan(Of Char), ByRef result As TypeName, Optional options As TypeNameParseOptions = Nothing) As Boolean
參數
- typeName
- ReadOnlySpan<Char>
範圍,包含表示要剖析之型別名稱的字元。
- result
- TypeName
在剖析成功時包含結果。
- options
- TypeNameParseOptions
物件,描述要使用的選擇性 TypeNameParseOptions 參數。
傳回
如果成功轉換類型名稱,true
,否則 false
。