Click or drag to resize

Dictionary.ToTranslate Method (Dictionary<String, String>, String)

Identification is composed of Group Name and Name. If not found in dictionary then give Identification back

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static string ToTranslate(
	this Dictionary<string, string> pDictionaryUI,
	string pIdentification
)

Parameters

pDictionaryUI
Type: System.Collections.Generic.Dictionary<String, String>
User interface dictionary
pIdentification
Type: System.String
Identification in dictionary (field value: Group and Name)

Return Value

Type: String

[Missing <returns> documentation for "M:SOWIData.Helper.Dictionary.ToTranslate(System.Collections.Generic.Dictionary{System.String,System.String},System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Dictionary<String, String>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
When the Debug mode is active, all non-existent entries are written to the Debug window
See Also