WizPageBaseGetText Method (String) |
Returns a string from this component's localized text collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetText(
string itemName
)
Public Function GetText (
itemName As String
) As String
Parameters
- itemName
- Type: SystemString
The name of the text item to retrieve
Return Value
Type:
Stringa string representing the localized text if found, otherwise a string with the itemName
See Also