Table of Contents

Method UpgradeNumberType

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

UpgradeNumberType(object)

Upgrades signed inegers to long, unsigned integers to ulong and returns all other types as is.

public static object UpgradeNumberType(object value)

Parameters

value object

Value of any type.

Returns

object