CanConvert Method
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet.Converters
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
CanConvert(Type)
Determines whether this instance can convert the specified object type.
public override bool CanConvert(Type typeToConvert)
Parameters
Returns
- bool
trueif this instance can convert the specified object type; otherwise,false.