Gets the atomized String object containing the same characters as the specified String.
Gets the atomized String object containing the same chars as the specified range of chars in the given char array.
[Visual Basic] Overloads Function Get(Char(), Integer, Integer) As String
[C#] string Get(char[], int, int);
[C++] String* Get(__wchar_t*[], int, int) = 0;
[JScript] function Get(Char[], int, int) : String;
Gets the atomized String object containing the same value as the specified string.
[Visual Basic] Overloads Function Get(String) As String
[C#] string Get(String);
[C++] String* Get(String*) = 0;
[JScript] function Get(String) : String;
XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace