RecroDictGet(String, String, String, Boolean, Object) Method
Retrieves the requested dictionary item.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.0.0.24.0403.1
public static string Get(
string language,
string scope,
string stringId,
bool strip,
params Object[] args
)
- language String
- The language.
- scope String
- The Scope.
- stringId String
- The StringId.
- strip Boolean
- If true, HTML elements are removed from the result.
- args Object
- Parameters to be inserted into the dictionary item.
StringDictionary item.