IRecroDictServiceExtensionGetItem(DictionaryString, String, String, String) Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Contracts.Services
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.1.0.10114
C#
public static string GetItem(
	Dictionary<string, string> dictionary,
	string stringId,
	string defaultValue = null
)

Parameters

dictionary  DictionaryString, String
 
stringId  String
 
defaultValue  String  (Optional)
 

Return Value

String

See Also