Metodo Convert.ToUInt64 (Byte)
.NET Framework 2.0
Converte il valore integer senza segno a 8 bit specificato nell'equivalente valore integer con segno a 64 bit.
Questo metodo non è compatibile con CLS. Spazio dei nomi: System
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
/** @attribute CLSCompliantAttribute(false) */ public static UInt64 ToUInt64 ( byte value )
CLSCompliantAttribute(false) public static function ToUInt64 ( value : byte ) : ulong
Parametri
- value
Valore integer senza segno a 8 bit.
Valore restituito
Valore integer con segno a 64 bit equivalente al valore di value.Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile per Pocket PC, Windows Mobile per Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework non supporta tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema.