Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Serializer Class / DeserializeIntArray Method
XmlNodeReader from which to read the XML


In This Topic
    DeserializeIntArray Method
    In This Topic
    Deserializes an array of integers from XML
    Syntax
    'Declaration
     
    
    Public Shared Function DeserializeIntArray( _
       ByVal r As XmlNodeReader _
    ) As Integer()
    'Usage
     
    
    Dim r As XmlNodeReader
    Dim value() As Integer
     
    value = Serializer.DeserializeIntArray(r)
    public static int[] DeserializeIntArray( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to read the XML
    See Also