SxcAppSessionNotificationCategoryToString Method |
Namespace: SxcAppSessionLibAssembly: AppSession (in AppSession.dll) Version: 2013.11.22.1 (2013.11.22.1)
Syntaxpublic static string NotificationCategoryToString(
int cat
)
Public Shared Function NotificationCategoryToString (
cat As Integer
) As String
public:
static String^ NotificationCategoryToString(
int cat
)
static member NotificationCategoryToString :
cat : int -> string
Parameters
- cat
- Type: SystemInt32
Return Value
Type:
String
See Also