Overload List

  NameDescription
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to Int16)
Casting from SalNumber to short. Does not throw an OverflowException if the number is truncated.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to Char)
Automatic casting from SalNumber to char. Does not throw an OverflowException if the number is truncated.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to UInt16)
Casting from SalNumber to ushort. Does not throw an OverflowException if the number is truncated.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to Int64)
Automatic casting from SalNumber to long.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to Byte)
Casting from SalNumber to byte. Does not throw an OverflowException if the number is truncated.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to UInt64)
Automatic casting from SalNumber to ulong.
Public operatorStatic memberExplicitNarrowingExplicitExplicitExplicit(SalNumber to UInt32)
Automatic casting from SalNumber to uint. Does not throw an OverflowException if the number is truncated.

See Also