GetReturnValueAsString Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetReturnValueAsString() method returns the value of the specified output parameter as a string.
'Usage
Dim instance As SpReturnValues
Dim name As String
Dim value As String
value = instance.GetReturnValueAsString(name)
Parameters
- name
- Required. The name of the output parameter.
Return Value
The value of the specified output parameter as a string.