Click or drag to resize

RecroDictIsValid Method

A szótár elem érvényességének ellenőrzése.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public static bool IsValid(
	string scope,
	string stringId
)

Parameters

scope
Type: SystemString
The Scope.
stringId
Type: SystemString
The StringId.

Return Value

Type: Boolean
true ha a megadott szótár elem érvényes, egyébként false.
See Also