Returns a String object representing the specified long. The
argument is converted to signed decimal representation and returned
as a string, exactly as if the argument and the radix 10 were given
as arguments to the toString(long, int) method.
Parameters:
i - a long to be converted.
Returns:
a string representation of the argument in base 10.
from my current miserable little program....
[javac] Compiling 2 source files to /Users/bobirvin/Sites/
SupplierConnect/build/supplierconnect-ejb
[javac] /Users/bobirvin/Sites/SupplierConnect/src/ejb/com/
kenisys/supplierconnect/handler/PunchoutOrderMessageHandler.java:81:
toString() in java.lang.Object cannot be applied to (long)
[javac] String long_string = toString(order_ID);
Discuss!
Bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden