to_s — Returns a String object
varcharObj.to_s
#to_s returns an equivalent String object. If the Varchar object is NULL, the String contains “NULL”.