Share via


ValueTokenizer.UntokenizeValue(Object) Method

Definition

If the list contains a token that is part of the parameter string, it will replace it with its corresponding value. Optionally, replaces environment variables found in the parameter string.

public:
 System::Object ^ UntokenizeValue(System::Object ^ value);
public:
 Platform::Object ^ UntokenizeValue(Platform::Object ^ value);
winrt::Windows::Foundation::IInspectable UntokenizeValue(winrt::Windows::Foundation::IInspectable const & value);
public object UntokenizeValue (object value);
member this.UntokenizeValue : obj -> obj
Public Function UntokenizeValue (value As Object) As Object

Parameters

value
Object

String to be converted

Returns

Untokenized string

Applies to