Method GenerateCharacterSet
GenerateCharacterSet(params LocaleIdentifier[])
Returns a string that contains all the unique characters that are used for all localized values in the tables that belong to the supplied LocaleIdentifier's. This will also include Smart String entries but will only consider the LiteralText values, it will not consider Placeholder values.
Declaration
public string GenerateCharacterSet(params LocaleIdentifier[] localeIdentifiers)
Parameters
| Type | Name | Description |
|---|---|---|
| LocaleIdentifier[] | localeIdentifiers | The tables to be included. |
Returns
| Type | Description |
|---|---|
| string | All distinct characters or an empty string if no tables or entries. |