Returns label text by the assigned value.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected string GetTextLabel(
	Object obj
)
Visual Basic (Declaration)
Protected Function GetTextLabel ( _
	obj As Object _
) As String
Visual C++
protected:
String^ GetTextLabel(
	Object^ obj
)

Parameters

obj
Type: System..::.Object

See Also