Provides the textual representation of the PositionType enumeration.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static string GetPositionTypeText(
	PositionType positionType
)
Visual Basic (Declaration)
Public Shared Function GetPositionTypeText ( _
	positionType As PositionType _
) As String
Visual C++
public:
static String^ GetPositionTypeText(
	PositionType positionType
)

Parameters

positionType
Type: RightEdge.Common..::.PositionType
PositionType to return name for.

Return Value

string representing the text of the PositionType enumeration.

See Also