RuntimeTypeNameParser Class
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.
Utility class for parsing type names, as formatted by RuntimeTypeNameFormatter.
public static class RuntimeTypeNameParser
type RuntimeTypeNameParser = class
Public Class RuntimeTypeNameParser
- Inheritance
-
RuntimeTypeNameParser
Methods
Parse(ReadOnlySpan<Char>) |
Parse the provided value as a type name. |
Parse(String) |
Parse the provided value as a type name. |