Click or drag to resize

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
)

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: String
The localized text.
See Also