IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
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:

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: