Click or drag to resize
StaMaTransitionToString Method
Returns the name of the Transition as specified in the StateMachineTemplate.Transition Overload statement.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public override string ToString()

Return Value

Type: String
A String containing the value of the Name property of the Transition.
See Also