ConversionToPluralText Method
Return the Plural Text version of the caller-supplied singular text.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToPluralText(
string value
)
Public Shared Function ToPluralText (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
Singular Text to be converted.
String
Pluralized Text.