ControlBaseGetTextFromResources Method |
Gets text from the resx.
Namespace: Cadcorp.Web.UIAssembly: Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 8.0.0.0 (8.0.0.0)
Syntaxpublic string GetTextFromResources(
string originalValue,
string resourceId,
string defaultValue
)
Parameters
- originalValue
- Type: SystemString
The member string. - resourceId
- Type: SystemString
The resource id for the resx file - defaultValue
- Type: SystemString
The default value if neither are populated
Return Value
Type:
String
See Also