Converts string to the ScriptEvent.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Shared Widening Operator CType ( _ text As String _ ) As ScriptEvent |
C# |
---|
public static implicit operator ScriptEvent ( string text ) |
Parameters
- text
- Type: System..::..String
String to convert.