Neokernel API

Props.insertProps Method

Inserts property String values into the passed string where property names are surrounded by angle brackets.

public virtual string insertProps(
   string str
);

Parameters

str
a String containing text with with property names surrounded by angle brackets.

Return Value

s a String with the property names replaced by their values.

See Also

Props Class | com.neokernel.props Namespace