Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / ReadXmlInt32 Method

In This Topic
    ReadXmlInt32 Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function ReadXmlInt32( _
       ByVal stringValue As String _
    ) As Integer
    public static int ReadXmlInt32( 
       string stringValue
    )

    Parameters

    stringValue
    See Also