Table of Contents

Method TryConvert

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

TryConvert(object?, object, IObjectToStringOptions?, out string?)

Tries to convert value to string using the specified arguments.

public virtual bool TryConvert(object? sender, object value, IObjectToStringOptions? args, out string? result)

Parameters

sender object

An object which calls the converter.

value object

A value for convertion.

args IObjectToStringOptions

Conversion arguments.

result string

A result of the conversion.

Returns

bool