Fixes #495
Replace the manual type casting of field values into String with String.valueOf().
String.valueOf()
This change is