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