[]
Serializes an array of strings to XML.
public static void SerializeStringArray(string[] array, string elementName, XmlTextWriter w)
Public Shared Sub SerializeStringArray(array As String(), elementName As String, w As XmlTextWriter)
Type | Name | Description |
---|---|---|
string[] | array | Array of strings |
string | elementName | Name of XML element |
XmlTextWriter | w | XmlTextWriter object to which to save |