ConversionToPluralText Method

Return the Plural Text version of the caller-supplied singular text.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string ToPluralText(
	string value
)

Parameters

value  String
Singular Text to be converted.

Return Value

String
Pluralized Text.

See Also