Neokernel API

Props.format Method

Uses the specified MessageFormat pattern this method generates a string containing the inserted values from the corresponding properties. The pattern string is passed to java.text.MessageFormat.format() after substituting appropriate argument indexes for property names.

public virtual string format(
   string pattern
);

See Also

Props Class | com.neokernel.props Namespace