Freigeben über


GrainId.TryParse Methode

Definition

Überlädt

TryParse(String, GrainId)

Versucht, eine GrainId aus der Zeichenfolge zu analysieren.

TryParse(ReadOnlySpan<Char>, IFormatProvider, GrainId)

Versucht, eine GrainId aus der Spanne zu analysieren.

TryParse(String, IFormatProvider, GrainId)

Versucht, eine GrainId aus der Zeichenfolge zu analysieren.

TryParse(String, GrainId)

Versucht, eine GrainId aus der Zeichenfolge zu analysieren.

public static bool TryParse (string? value, out Orleans.Runtime.GrainId result);
static member TryParse : string * GrainId -> bool
Public Shared Function TryParse (value As String, ByRef result As GrainId) As Boolean

Parameter

value
String
result
GrainId

Gibt zurück

true , wenn ein gültiges GrainId analysiert wurde. false Andernfalls

Gilt für:

TryParse(ReadOnlySpan<Char>, IFormatProvider, GrainId)

Versucht, eine GrainId aus der Spanne zu analysieren.

public static bool TryParse (ReadOnlySpan<char> value, IFormatProvider? provider, out Orleans.Runtime.GrainId result);
static member TryParse : ReadOnlySpan<char> * IFormatProvider * GrainId -> bool
Public Shared Function TryParse (value As ReadOnlySpan(Of Char), provider As IFormatProvider, ByRef result As GrainId) As Boolean

Parameter

provider
IFormatProvider
result
GrainId

Gibt zurück

true , wenn ein gültiges GrainId analysiert wurde. false Andernfalls

Gilt für:

TryParse(String, IFormatProvider, GrainId)

Versucht, eine GrainId aus der Zeichenfolge zu analysieren.

public static bool TryParse (string? value, IFormatProvider? provider, out Orleans.Runtime.GrainId result);
static member TryParse : string * IFormatProvider * GrainId -> bool
Public Shared Function TryParse (value As String, provider As IFormatProvider, ByRef result As GrainId) As Boolean

Parameter

value
String
provider
IFormatProvider
result
GrainId

Gibt zurück

true , wenn ein gültiges GrainId analysiert wurde. false Andernfalls

Gilt für: