Questo argomento non è stato ancora valutato - Valuta questo argomento

Metodo Convert.ToUInt64 (Byte)

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)

[CLSCompliantAttribute(false)] 
public static ulong ToUInt64 (
	byte value
)
/** @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.

.NET Framework

Supportato in: 2.0 1.1 1.0

.NET Compact Framework

Supportato in: 2.0 1.0
Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.