Open this page in the API Guide

NumberExplicit Conversion Operators

Overload List
  NameDescription
Public operatorStatic memberExplicit(Enum to Number)
Converts the value from type Enum to type Number.
Public operatorStatic memberExplicit(Number to UInt16)
Converts the value from type Number to type UInt16.
Public operatorStatic memberExplicit(Number to UInt32)
Converts the value from type Number to type UInt32.
Public operatorStatic memberExplicit(Number to UInt64)
Converts the value from type Number to type UInt64.
Public operatorStatic memberExplicit(Number to Byte)
Converts the value from type Number to type Byte.
Public operatorStatic memberExplicit(Number to Decimal)
Converts the value from type Number to type Decimal.
Public operatorStatic memberExplicit(Number to Int16)
Converts the value from type Number to type Int16.
Public operatorStatic memberExplicit(Number to Int32)
Converts the value from type Number to type Int32.
Public operatorStatic memberExplicit(Number to Int64)
Converts the value from type Number to type Int64.
Public operatorStatic memberExplicit(Number to Single)
Converts the value from type Number to type Single.
Public operatorStatic memberExplicit(Number to String)
Converts the value from type Number to type String.
Top
See Also