WizPageBaseGetText Method (String, 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,
string defaultText
)
Public Function GetText (
itemName As String,
defaultText As String
) As String
Parameters
- itemName
- Type: SystemString
The name of the text item to retrieve - defaultText
- Type: SystemString
The default value to use if an item isn't found in the TextItems collection.
Return Value
Type:
Stringa string representing the localized text if found, otherwise a string with the itemName
See Also