RecroDict.GetStrS Method

Retrieves the requested dictionary item.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.7.0.24.1008.1
C#
public static bool GetStrS(
	out string outStr,
	string language,
	string id,
	bool strip = false,
	params Object[] args
)

Parameters

outStr  String
Dictionary item.
language  String
The language.
id  String
The Scope.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