TokenizerDecoder.Decode(IEnumerable<String>) 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.
Decode by joining all the tokens to a string.
public abstract string Decode (System.Collections.Generic.IEnumerable<string> tokens);
abstract member Decode : seq<string> -> string
Public MustOverride Function Decode (tokens As IEnumerable(Of String)) As String
Parameters
- tokens
- IEnumerable<String>
The list of tokens to merge.
Returns
The string containing all merged tokens.