GetParameterValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetParameterValue() method returns a specified value from a string that is in the "parameter1=valueparameter2=value" format.
Parameters
- source
- Required. Holds the string containing the parameter/value pairs in the "parameter1=valueparameter2=value" format.
- parameter
- Required. Holds the name of the parameter to find. This string must include the equal sign (=).
Return Value
Returns a string representing the value of the parameter, or an empty string if
the parameter is not found.