Click or drag to resize

ControlBaseGetValue Method (String, String)

Gets an application-level resource object based on the specified ResourceKey properties, and on the CultureInfo object.

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected virtual string GetValue(
	string classKey,
	string key
)

Parameters

classKey
Type: SystemString
A string that represents a ClassKey property of the requested resource object.
key
Type: SystemString
A string that represents a ResourceKey property of the requested resource object.

Return Value

Type: String
A String that represents the requested application-level resource object, which is localized for the specified culture; otherwise, null if a matching resource object is found but not a key parameter.
Exceptions
ExceptionCondition
MissingManifestResourceException The main assembly does not contain the resources for the neutral culture, and these resources are required because the appropriate satellite assembly is missing.
See Also