DictionaryToken

Formats a dictionary token by iterating through the dictionary and display de key and value for each entry.

Namespace:
Inetdev.Text
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Text.TokenFunction

Constructors

DictionaryToken

Default constructor

Signature:
public Void DictionaryToken()

Methods

FormatToken

Iterates through each entry in the dictionary and display the key and value.

Signature:
protected String FormatToken(tokenTemplate, source)
Parameters
Name Type Summary
tokenTemplate String
source IDictionary<String, Object>

In this document