IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Defines classes that can represent variables of different types. Used e.g. in interpreters and variable storing systems. More...
Additional Inherited Members | |
![]() | |
object | FromXmlElement (XmlElement source, ref object initial) |
Creates a new object and initializes it from an XML element. More... | |
![]() | |
XmlElement | ToXmlElement (object source, XmlDocument doc, ref XmlElement initial) |
Creates and returns XML representation of an object. More... | |
![]() | |
string | ConvertToString (object source, string format) |
object | ParseFromString (string source, string format, int position, out int next) |
![]() | |
string | TypeName [get] |
Gets the standard name of the type. More... | |
string[] | TypeNames [get] |
Defines classes that can represent variables of different types. Used e.g. in interpreters and variable storing systems.