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


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

    Parameters

    r
    XmlNodeReader from which to read the XML
    See Also