IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::IStringParsable Interface Reference

Defines classes that can be converted to strings and whose values can be parsed from strings. This is used e.g. in interpreters and in variable storage systems. More...

Inheritance diagram for IG::Lib::IStringParsable:

List of all members.

Public Member Functions

string ConvertToString (object source, string format)
object ParseFromString (string source, string format, int position, out int next)

Detailed Description

Defines classes that can be converted to strings and whose values can be parsed from strings. This is used e.g. in interpreters and in variable storage systems.


Member Function Documentation

string IG::Lib::IStringParsable::ConvertToString ( object  source,
string  format 
)

Implemented in IG::Lib::VarTypeBase.

object IG::Lib::IStringParsable::ParseFromString ( string  source,
string  format,
int  position,
out int  next 
)

Implemented in IG::Lib::VarTypeBase.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events