Table of Contents

Method CanConvertFromString

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

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 string

The string to convert

context IValueSerializerContext

Context information

Returns

bool

Whether or not the value can be converted from a string