MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Conversion Class / CStr Method / CStr(Int64) Method
The long integer value to convert.

In This Topic
CStr(Int64) Method
In This Topic
Converts a long integer value to its equivalent string representation.
Syntax
'Declaration
 
Public Overloads Shared Function CStr( _
   ByVal value As Long _
) As String
 

Parameters

value
The long integer value to convert.

Return Value

A string representation of the long integer value.
See Also