Method IsSet
IsSet(string)
Gets a value indicating whether the specified parameter has an assigned value.
public bool IsSet(string paramName)
Parameters
paramNamestringThe parameter name to query.
Returns
- bool
true if the specified parameter is set, otherwise false.