[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.Serializer.SerializeIntArray

SerializeIntArray Method

SerializeIntArray(int[], string, XmlTextWriter)

Serializes an array of integers to XML.

Declaration
public static void SerializeIntArray(int[] array, string elementName, XmlTextWriter w)
Public Shared Sub SerializeIntArray(array As Integer(), elementName As String, w As XmlTextWriter)
Parameters
Type Name Description
int[] array

Array of integers

string elementName

Name of XML element

XmlTextWriter w

XmlTextWriter object to which to save