Overload List

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

See Also