TK.ToLong Method

Performs convert to long
Public Shared Function ToLong( _ 
ByVal value As Object
) As Long
This language is not supported or no code example is available.
public static long ToLong( 
object value 
)
This language is not supported or no code example is available.

Parameters

value
object

Value to convert

Return Value

long

Converted value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition