| 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: 6.0.0
Syntax public static bool IsValid(
string scope,
string stringId
)
Parameters
- scope
- Type: SystemString
The Scope. - stringId
- Type: SystemString
The StringId.
Return Value
Type:
Booleantrue ha a megadott szótár elem érvényes, egyébként
false.
See Also