otherSingleValue method

String otherSingleValue(
  1. String myString,
  2. SingleValue p
)
inherited

Implementation

String otherSingleValue(String myString, SingleValue p) {
  return p.replaceParamInStringWithString(myString, '?');
}