ValueTokenizer.TokenizeFrontValue(Object) Method

Definition

If the list contains a value that is at the front of the parameter string, it will replace it with its corresponding token.

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

Parameters

value
Object

String to be converted

Returns

Tokenized string

Applies to