Int64.ToString

Syntax

ToString: String;

Description

The ToString property returns the value of the current variable converted into string type.

Example

The example of use is given in description of the Int64.TryParse method.

See also:

The Int64 Class