Converts this instance of SqlInt64 to String.
public: override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
A String representing the value of this SqlInt64.
Thank you.