Gets the Text value from the Atom if it is a StringAtom.
[C#] static string GetText(Atom atom)
static string GetText(Atom atom)
Get the Text value from the supplied Atom if it is a StringAtom.
If the atom is not a StringAtom or if it is null then an empty string ("") will be returned.
None.