RuntimeTypeNameParser.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(ReadOnlySpan<Char>) |
Parse the provided value as a type name. |
Parse(String) |
Parse the provided value as a type name. |
Parse(ReadOnlySpan<Char>)
Parse the provided value as a type name.
public static Orleans.Serialization.TypeSystem.TypeSpec Parse (ReadOnlySpan<char> input);
static member Parse : ReadOnlySpan<char> -> Orleans.Serialization.TypeSystem.TypeSpec
Public Shared Function Parse (input As ReadOnlySpan(Of Char)) As TypeSpec
Parameters
- input
- ReadOnlySpan<Char>
The input.
Returns
A parsed type specification.
Applies to
Parse(String)
Parse the provided value as a type name.
public static Orleans.Serialization.TypeSystem.TypeSpec Parse (string input);
static member Parse : string -> Orleans.Serialization.TypeSystem.TypeSpec
Public Shared Function Parse (input As String) As TypeSpec
Parameters
- input
- String
The input.
Returns
A parsed type specification.