You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Pluralized a string based upon the value of number
21
+
/// Pluralize a string based upon the number of objects within a collection.
22
+
/// </summary>
23
+
/// <param name="objects">Collection to check if we require a pluralized output or not</param>
24
+
/// <param name="nonPluralized">Non-Pluralized form of the string</param>
25
+
/// <param name="pluralized">(Optional) Pluralized form of the string. If omitted, will return the Non-Pluralized form of the string with an 's' on the end</param>
0 commit comments