Convert.ToInt64 Method (Boolean)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the value of the specified Boolean value to the equivalent 64-bit signed integer.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Shared Function ToInt64 ( _
    value As Boolean _
) As Long
public static long ToInt64(
    bool value
)

Parameters

Return Value

Type: System..::.Int64
The number 1 if value is true; otherwise, 0.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

Convert Class

ToInt64 Overload

System Namespace