 | TreeEventGetInternalEventNamesForUserEventNames method |
Maps a string with user-friendly event names separated by pipes ('|')
to a normalised string with corresponding internal event names.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic static string GetInternalEventNamesForUserEventNames(
string userEventNames
)
Public Shared Function GetInternalEventNamesForUserEventNames (
userEventNames As String
) As String
public:
static String^ GetInternalEventNamesForUserEventNames(
String^ userEventNames
)
static member GetInternalEventNamesForUserEventNames :
userEventNames : string -> string Parameters
- userEventNames String
- String with user-friendly event names separated by '|'.
Return value
StringThe normalised string with corresponding program-side event names separated by '|'.
See also