TryParse(Scalar, Type, out Object?) Method

Definition

Assembly SharpYaml.dll

Tries to parse.

public bool TryParse(Scalar scalar, Type type, scoped out object? value)

Parameters

scalar
Scalar
type
Type
value
Object

Returns