Click or drag to resize
DatabaseUtilsGetAuthorizationText Method (Int32, CultureInfo)
Retrieves the localized text for the authorization level.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GetAuthorizationText(
	int score,
	CultureInfo culture
)

Parameters

score
Type: SystemInt32
The authorization score.
culture
Type: System.GlobalizationCultureInfo
The requested culture.

Return Value

Type: String
The localized text.
See Also