Copies the strings in the StringTable into a new array.
[Visual Basic] Overridable Public Function ToArray() As String () [C#] public virtual string[] ToArray(); [C++] public: virtual String* ToArray() []; [JScript] public function ToArray() : String[];
An array of String objects containing copies of the strings from the StringTable.
This method can be overridden by a derived class.
The order of the elements in the new array is the same as the order of the elements in the StringTable.
StringTable Class | StringTable Members | System.Collections Namespace | String