Click or drag to resize

PdfLocalizationManagerGetString Method

Safely retrieves a localized string resource from the specified ResourceManager for a given culture.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static string GetString(
	ResourceManager resMan,
	string name,
	CultureInfo resourceCulture
)

Parameters

resMan  ResourceManager
The custom ResourceManager instance to query. Can be .
name  String
The case-sensitive name of the string resource to locate.
resourceCulture  CultureInfo
The CultureInfo representing the culture for which the resource is localized.

Return Value

String
The localized string value if found; if resMan is , if the key does not exist, or if a MissingManifestResourceException is raised due to assembly mismatch.
See Also