Home
Home
Docs
API
Theme
System
Light
Dark
NuGet
GitHub
Menu
Loading menu…
Home
API
SharpYaml.Schemas
SchemaBase
Methods
TryParse(Scalar, Type, out Object?)
Menu
On this page
TryParse(Scalar, Type, out Object?) Method
Definition
Namespace
SharpYaml.Schemas
Assembly
SharpYaml.dll
Implements
TryParse(Scalar, Type, out Object?)
View source
Tries to parse.
public bool TryParse(Scalar scalar, Type type, scoped out object? value)
Parameters
scalar
Scalar
type
Type
value
Object
Returns
Boolean