NeedleBaseToString Method

Turns this NeedleBase object into a string.

Definition

Namespace: BeeMobile.Gauge.Needles
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public override string ToString()

Return Value

String
A String representation of this NeedleBase.

Remarks

  Notes to Inheritors

The string contains more-or-less debugging information, therefore you may want to override this implementation in your class.

See Also