9.9.40 IsSetToString

bool IsSetToString(std::string val) const

This function converts val from a string the the actual parameter type and then returns false unless one of the following conditions is met.

  1. The parameter's value is set and that value matches val.
  2. The parameter's value is not set, but the parameters default is set and the default matches val.