Click or drag to resize

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

Visszaadja a kért szótár elemet.

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

Parameters

outStr
Type: SystemString
Szótár elem.
language
Type: SystemString
The language.
scope
Type: SystemString
The Scope.
stringId
Type: SystemString
The StringId.
strip (Optional)
Type: SystemBoolean
Ha true, akkor a HTML elemeket kiveszi az eredményből.
args
Type: SystemObject
Paraméterek, amiket be kell illeszteni a szótár elembe.

Return Value

Type: Boolean
Ha érvényes elem akkor true, egyébként false.
See Also