Name

to_s — Returns a String object

Synopsis

varcharObj.to_s

Description

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