The properties of Foundation.NSNumber are listed below. For a list of all members, see the NSNumber Members list.
See Also: Inherited members from Foundation.NSValue
| [read-only] | BoolValue | bool. Convertthis value into a boolean (0 == false). |
| [read-only] | ByteValue | byte. Converts this value into a byte. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | DoubleValue | double. Returns this number as a double. |
| [read-only] | FloatValue | float. Returns this number as a float. |
| [read-only] | Int16Value | short. Retrieves the value of the number as a short. |
| [read-only] | Int32Value | int. Retrieves the value of the number as an int. |
| [read-only] | Int64Value | long. Retrieves the value of the number as a long. |
| [read-only] | LongValue | nint. Documentation for this section has not yet been entered. |
| [read-only] | NFloatValue | nfloat. Documentation for this section has not yet been entered. |
| [read-only] | NIntValue | nint. Documentation for this section has not yet been entered. |
| [read-only] | NSDecimalValue | NSDecimal. The value of the number as an NSDecimal. |
| [read-only] | NUIntValue | nuint. Documentation for this section has not yet been entered. |
| [read-only] | SByteValue | sbyte. The value of the number as an sbyte. |
| [read-only] | StringValue | string. The value of the number formatted as a human-readable string. |
| [read-only] | UInt16Value | ushort. The value of the number as a ushort. |
| [read-only] | UInt32Value | uint. The value of the number as a uint. |
| [read-only] | UInt64Value | ulong. The value of the number as a ulong. |
| [read-only] | UnsignedLongValue | nuint. Documentation for this section has not yet been entered. |