Table of Contents

Method CanConvertToString

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 object

Value to convert

context IValueSerializerContext

Context information

Returns

bool

Whether or not the value can be converted to a string