ThinDetailRendererGetFieldText Method |
Get the localized text for the specified field.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string GetFieldText(
IAppContext cxt,
IField fld,
string ids,
string defaultText
)
Public Shared Function GetFieldText (
cxt As IAppContext,
fld As IField,
ids As String,
defaultText As String
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - fld
- Type: NetQuarry.DataIField
The field in question. - ids
- Type: SystemString
The IDS for the string in the resource file. - defaultText
- Type: SystemString
Default text to use if no localized text is found.
Return Value
Type:
StringThe localized text.
See Also