RecroDictGetStr(String, String, String, String, Boolean, Object) Method

Retrieves the requested dictionary item.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public static bool GetStr(
	out string outStr,
	string language,
	string scope,
	string stringId,
	bool strip = false,
	params Object[] args
)

Parameters

outStr  String
Dictionary item.
language  String
The language.
scope  String
The Scope.
stringId  String
The StringId.
strip  Boolean  (Optional)
If true, HTML elements are removed from the result.
args  Object
Parameters to be inserted into the dictionary item.

Return Value

Boolean
If a valid item, then true; otherwise, false.

See Also