Namespace: DeltaEngine.Editor.AppBuilderAssembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
public static string GetCountAndWordInPluralIfNeeded(
this string wordInSingular,
int count
)
public static string GetCountAndWordInPluralIfNeeded(
this string wordInSingular,
int count
)
<ExtensionAttribute>
Public Shared Function GetCountAndWordInPluralIfNeeded (
wordInSingular As String,
count As Integer
) As String
<ExtensionAttribute>
Public Shared Function GetCountAndWordInPluralIfNeeded (
wordInSingular As String,
count As Integer
) As String
public:
[ExtensionAttribute]
static String^ GetCountAndWordInPluralIfNeeded(
String^ wordInSingular,
int count
)
public:
[ExtensionAttribute]
static String^ GetCountAndWordInPluralIfNeeded(
String^ wordInSingular,
int count
)
static member GetCountAndWordInPluralIfNeeded :
wordInSingular : string *
count : int -> string
static member GetCountAndWordInPluralIfNeeded :
wordInSingular : string *
count : int -> string
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).