GrainId.Parse Method
Definition
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.
Overloads
Parse(String) |
Parses a GrainId from the string. |
Parse(ReadOnlySpan<Char>, IFormatProvider) |
Parses a GrainId from the span. |
Parse(String, IFormatProvider) |
Parses a GrainId from the string. |
Parse(String)
Parse(ReadOnlySpan<Char>, IFormatProvider)
Parses a GrainId from the span.
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
Parameters
- value
- ReadOnlySpan<Char>
- provider
- IFormatProvider
Returns
Implements
Applies to
Parse(String, IFormatProvider)
Parses a GrainId from the string.
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
Parameters
- value
- String
- provider
- IFormatProvider