IOutboundParameterTransformer.TransformOutbound(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transforms the specified route value to a string for inclusion in a URI.
public:
System::String ^ TransformOutbound(System::Object ^ value);
public string TransformOutbound (object value);
public string? TransformOutbound (object? value);
abstract member TransformOutbound : obj -> string
Public Function TransformOutbound (value As Object) As String
Parameters
- value
- Object
The route value to transform.
Returns
The transformed value.