Defines an explicit conversion of a System.Numerics.BigInteger object to an unsigned 16-bit integer value.
Namespace: Renci.SshNet.CommonAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public static explicit operator ushort ( BigInteger value )
Parameters
- value
- Type: Renci.SshNet.Common BigInteger
The value to convert to an unsigned 16-bit integer.
Return Value
An object that contains the value of the value parameterSee Also