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