Creates a new atom for the specified string.
Creates a new atom for the characters at the specified range of chararacters in the specified string.
[Visual Basic] Overloads Function Add(Char(), Integer, Integer) As String
[C#] string Add(char[], int, int);
[C++] String* Add(__wchar_t*[], int, int) = 0;
[JScript] function Add(Char[], int, int) : String;
Creates a new atom for the specified string.
[Visual Basic] Overloads Function Add(String) As String
[C#] string Add(String);
[C++] String* Add(String*) = 0;
[JScript] function Add(String) : String;
XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace