Share via


ToString Method (Int64)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts a Long value to a String value.

Namespace:  Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

Syntax

'Declaration
Public Shared Function ToString ( _
    Value As Long _
) As String
public static string ToString(
    long Value
)
public:
static String^ ToString(
    long long Value
)
static member ToString : 
        Value:int64 -> string 
public static function ToString(
    Value : long
) : String

Parameters

Return Value

Type: System. . :: . .String
The String representation of the Long value.

.NET Framework Security

See Also

Reference

Conversions Class

ToString Overload

Microsoft.VisualBasic.CompilerServices Namespace