ControlBaseGetEscapedTextFromResources Method (String, String, String, String) |
Gets text from the resx.
Namespace:
Cadcorp.Web.UI
Assembly:
Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntaxpublic string GetEscapedTextFromResources(
string originalValue,
string resourceId,
string defaultValue,
string classKey
)
Public Function GetEscapedTextFromResources (
originalValue As String,
resourceId As String,
defaultValue As String,
classKey As String
) As String
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 - classKey
- Type: SystemString
A string that represents a ClassKey property of the requested resource object.
Return Value
Type:
String[Missing <returns> documentation for "M:Cadcorp.Web.UI.ControlBase.GetEscapedTextFromResources(System.String,System.String,System.String,System.String)"]
See Also