Function | Returns | Description |
Boolean | Returns a boolean with a value represented by this string. | |
Date | Returns a date that this string represents. | |
Date Object | Allocates a date object for this long value. | |
Date | Returns a date that represents this string based on the specified format. | |
Double | Returns a double value holding the value of this string. | |
Double | Returns a double value represented by this long value. | |
Long | Returns a long value holding the value of this string. | |
Long | Returns a long value represented by this double value. | |
String | Returns a string representing the value of this long value. | |
String | Returns a string representing the value of this double value. | |
String Object | Returns a string object representing the value of this boolean. | |
String | Returns a string representing the value of this date. | |
String | Returns a string representing the value of this date in the specified format. |