Click or drag to resize
StaMaStateToString Method
Returns the name of the State as specified in the StateMachineTemplate.State 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 State.
See Also