Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public static implicit operator BigInteger ( ulong value ) |
| Visual Basic |
|---|
Public Shared Widening Operator CType ( _ value As ULong _ ) As BigInteger |
| Visual C++ |
|---|
static implicit operator BigInteger^ ( unsigned long long value ) |
Parameters
- value
- Type: System..::..UInt64