Gets the atomized String object containing the same value as the specified string.
[Visual Basic] Overloads Function Get( _ ByVal array As String _ ) As String [C#] string Get( string array ); [C++] String* Get( String* array ) = 0; [JScript] function Get( array : String ) : String;
The atomized string. Returns String.Empty if length is zero. Returns null if this string has not already been atomized.
XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace | XmlNameTable.Get Overload List