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