IOutboundParameterTransformer.TransformOutbound(Object) Method

Definition

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.

Applies to