MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CLng Method / CLng(Object) Method
object value

In This Topic
CLng(Object) Method
In This Topic
Converts object to long
Syntax
'Declaration
 
Public Overloads Shared Function CLng( _
   ByVal value As Object _
) As Long
 

Parameters

value
object value

Return Value

long value
See Also