Click or drag to resize

DatabaseUtilsGetAuthorizationText Method (Int32)

Retrieves the localized text for the authorization level.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string GetAuthorizationText(
	int score
)

Parameters

score
Type: SystemInt32
The authorization score.

Return Value

Type: String
The localized text.
See Also