Click or drag to resize

RecroDictGet Method (String, String, String, Boolean, Object)

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

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static string Get(
	string language,
	string scope,
	string stringId,
	bool strip,
	params Object[] args
)

Parameters

language
Type: SystemString
The language.
scope
Type: SystemString
The Scope.
stringId
Type: SystemString
The StringId.
strip
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: String
Szótár elem.
See Also