ToString
methodsFormats a Number or Date using the specified format and the current culture.
Parameters:valueDate|Number
formatString
Returns:String
The Date or Number which should be formatted.
The format string which should be used to format the value. Number formatting and date formatting depends on the current culture.
the string representation of the formatted value.