Method CanConvertFromString
CanConvertFromString(string, IValueSerializerContext)
Returns true if the given value can be converted from a string.
public override bool CanConvertFromString(string value, IValueSerializerContext context)
Parameters
value
stringThe string to convert
context
IValueSerializerContextContext information
Returns
- bool
Whether or not the value can be converted from a string