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