Table of Contents

Method SetTextAsSByte

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

SetTextAsSByte(sbyte)

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

public virtual void SetTextAsSByte(sbyte value)

Parameters

value sbyte

Value.

Remarks

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