Table of Contents

Method SetTextAsUInt64

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

SetTextAsUInt64(ulong)

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

public virtual void SetTextAsUInt64(ulong value)

Parameters

value ulong

Value.

Remarks

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