Table of Contents

Method SetTextAsInt32

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

SetTextAsInt32(int)

Converts value to string and assigns Text property with the converted value.

public virtual void SetTextAsInt32(int value)

Parameters

value int

Value.

Remarks

This method uses Converter, DefaultFormat and FormatProvider propertties. Depending on the values of these properties, different conversion methods are used.