ECParameterString


Superclass: ECObject



This class expects format strings like e.g.
"Here is variableA=${variableA} and here is variable=${variableB}"
In conjunction with a current set of parameter values this class substitutes the placeholders accordingly and returns a standard NSString implementation.

It is important that the hand-off format string does notcontain any formatting characters (see NSString). It may only contain parameters! But the values of a parameter may contain formatting characters...

Note: At present the implementation only allows the usage of up to (not necessarely unique) variables in a format string.



(Last Updated November 08, 2007)
HTML documentation generated by HeaderDoc