RecroDictGetStr(String, String, String, String, Boolean, Object) Method
Retrieves the requested dictionary item.
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.16.0.25.0402.1
public static bool GetStr(
out string outStr,
string language,
string scope,
string resourceKey,
bool strip = false,
params Object[] args
)
- outStr String
- Dictionary item.
- language String
- The language.
- scope String
- The Scope.
- resourceKey String
- The ResourceKey.
- strip Boolean (Optional)
- If true, HTML elements are removed from the result.
- args Object
- Parameters to be inserted into the dictionary item.
BooleanIf a valid item, then
true; otherwise,
false.