Creates a new atom for the specified string.
[Visual Basic] Overloads Function Add( _ ByVal array As String _ ) As String [C#] string Add( string array ); [C++] String* Add( String* array ) = 0; [JScript] function Add( array : String ) : String;
Returns atomized string. Returns String.Empty if length is zero. Returns the existing atom if one already exists.
XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace | XmlNameTable.Add Overload List