Converts a long integer value to its equivalent string representation.
'Declaration
Public Overloads Shared Function CStr( _
ByVal As Long _
) As String
Parameters
- value
- The long integer value to convert.
Return Value
A string representation of the long integer value.