GrainId.Parse 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Parse(String) |
從字串剖析 GrainId 。 |
Parse(ReadOnlySpan<Char>, IFormatProvider) |
從範圍剖析 GrainId 。 |
Parse(String, IFormatProvider) |
從字串剖析 GrainId 。 |
Parse(String)
Parse(ReadOnlySpan<Char>, IFormatProvider)
從範圍剖析 GrainId 。
public static Orleans.Runtime.GrainId Parse (ReadOnlySpan<char> value, IFormatProvider? provider = default);
static member Parse : ReadOnlySpan<char> * IFormatProvider -> Orleans.Runtime.GrainId
Public Shared Function Parse (value As ReadOnlySpan(Of Char), Optional provider As IFormatProvider = Nothing) As GrainId
參數
- value
- ReadOnlySpan<Char>
- provider
- IFormatProvider
傳回
實作
適用於
Parse(String, IFormatProvider)
從字串剖析 GrainId 。
public static Orleans.Runtime.GrainId Parse (string value, IFormatProvider? provider = default);
static member Parse : string * IFormatProvider -> Orleans.Runtime.GrainId
Public Shared Function Parse (value As String, Optional provider As IFormatProvider = Nothing) As GrainId
參數
- value
- String
- provider
- IFormatProvider