VarsElement..::..LoadFromFile Method (String, VarsElement%, Exception%)
Deserializes xml markup from file into an VarsElement object
Namespace:
FLEXYGO.GipeAssembly: flxEntity (in flxEntity.dll)
Syntax
public static bool LoadFromFile( string fileName, ref VarsElement obj, ref Exception exception )
Public Shared Function LoadFromFile ( _ fileName As String, _ ByRef obj As VarsElement, _ ByRef exception As Exception _ ) As Boolean
Parameters
- fileName
- Type: String
string xml file to load and deserialize
- obj
- Type: FLEXYGO.Gipe..::..VarsElement%
Output VarsElement object
- exception
- Type: Exception%
output Exception value if deserialize failed