Returns a text representation of a frequency.

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

Syntax

C#
public static string GetFrequencyText(
	int frequency
)
Visual Basic (Declaration)
Public Shared Function GetFrequencyText ( _
	frequency As Integer _
) As String
Visual C++
public:
static String^ GetFrequencyText(
	int frequency
)

Parameters

frequency
Type: System..::.Int32
integer containing the frequency number.

Return Value

string containing the frequency text.

See Also