Convert.ToUInt64 Method (Int32)
Silverlight
Converts the value of the specified 32-bit signed integer to an equivalent 64-bit unsigned integer.
This API is not CLS-compliant. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Int32
A 32-bit signed integer.
| Exception | Condition |
|---|---|
| OverflowException | value is less than zero. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.