Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi, Can anybody help me with the java code to convert string to object? I have already searched some of the forums, but they were mentioning about converting the date string to object. But i need to convert a normal string to object.
Thanks, Krithiga M
A String is an Object. Can you explain why you want to do this ?
Did you mean convert String to bytes? you can use pub.string:stringToBytes service. Regards