[DllImport("kernel32.dll")] static extern ushort AddAtom(string lpString);
None.
Please add some!
System.String.Intern is the closest thing, although an atom is different from a string.