Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Convert.ToInt64 Method (Decimal)

Converts the value of the specified Decimal number to an equivalent 64-bit signed integer.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public static long ToInt64(
	decimal value
)

Parameters

value
Type: System.Decimal
A Decimal number.

Return Value

Type: System.Int64
value rounded to the nearest 64-bit signed integer. If value is halfway between two whole numbers, the even number is returned; that is, 4.5 is converted to 4, and 5.5 is converted to 6.
ExceptionCondition
OverflowException

value is greater than Int64.MaxValue or less than Int64.MinValue.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Xbox 360, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.