Convert Long To String

# Introduction The `Long toString(long i)` method is used to convert a `long` value to a String object. This method returns a String that represents the signed decimal integer value of the given argument. The method is static, so it can be accessed with the class name Long and no object of the Long class is required to use it.

|60 : 00

Click the virtual machine below to start practicing