ValueTokenizer.UntokenizeValue(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.
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