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


In This Topic
    DeserializeNumberFormatInfo Method
    In This Topic
    Deserializes a NumberFormatInfo object from XML.
    Syntax
    'Declaration
     
    
    Public Shared Function DeserializeNumberFormatInfo( _
       ByVal r As XmlNodeReader _
    ) As NumberFormatInfo
    'Usage
     
    
    Dim r As XmlNodeReader
    Dim value As NumberFormatInfo
     
    value = Serializer.DeserializeNumberFormatInfo(r)
    public static NumberFormatInfo DeserializeNumberFormatInfo( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to read the XML
    See Also