Fromats the text for each vote option.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected string GetAnswerText(
	string answer,
	int votes
)
Visual Basic
Protected Function GetAnswerText ( 
	answer As String,
	votes As Integer
) As String
Visual C++
protected:
String^ GetAnswerText(
	String^ answer, 
	int votes
)
F#
member GetAnswerText : 
        answer : string * 
        votes : int -> string 

Parameters

answer
Type: System..::..String
votes
Type: System..::..Int32

Return Value

Type: String

See Also