Convert..::..ToString Method (Int64, Int32)
Converts the value of a 64-bit signed integer to its equivalent string representation in a specified base.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string ToString( long value, int toBase )
<TemplateAttribute> _ Public Shared Function ToString ( _ value As Long, _ toBase As Integer _ ) As String
[TemplateAttribute] public: static String^ ToString( long long^ value, int^ toBase )