Click or drag to resize

TreeEventGetUserEventNamesForInternalEventNames method

Maps a normalised string with corresponding internal event names to a string with user-friendly event names separated by a pipe ('|').

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public static string GetUserEventNamesForInternalEventNames(
	
	string internalEventNames
)

Parameters

internalEventNames  String
String with program-side event names separated by '|'.

Return value

String
String with corresponding user-friendly event names separated by '|'.
See also