A Sandcastle Documented Class Library
Number
Conversion Operators
Overload List
Name
Description
(Enum to Number)
Converts the value from type
Enum
to type
Number
.
(Number to UInt16)
Converts the value from type
Number
to type
UInt16
.
(Number to UInt32)
Converts the value from type
Number
to type
UInt32
.
(Number to UInt64)
Converts the value from type
Number
to type
UInt64
.
(Number to Byte)
Converts the value from type
Number
to type
Byte
.
(Number to Decimal)
Converts the value from type
Number
to type
Decimal
.
(Number to Int16)
Converts the value from type
Number
to type
Int16
.
(Number to Int32)
Converts the value from type
Number
to type
Int32
.
(Number to Int64)
Converts the value from type
Number
to type
Int64
.
(Number to Single)
Converts the value from type
Number
to type
Single
.
(Number to String)
Converts the value from type
Number
to type
String
.
Top
See Also
Reference
Number Structure
Dundas.BI Namespace