LongToString

typealias LongToString = (Long) -> String(source)

Method to convert a Long to its String representation.