Table of Contents

Method ObjectToString

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

ObjectToString(object?, TextBoxOptions?)

Converts the specified object to string using conversion rules specified in the control.

public virtual string? ObjectToString(object? value, TextBoxOptions? optionsOverride = null)

Parameters

value object

Value to convert.

optionsOverride TextBoxOptions?

Conversion options. If not specified, Options is used.

Returns

string