TimeUpdatesPluralise Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string Pluralise(
string word,
int val
)
Public Shared Function Pluralise (
word As String,
val As Integer
) As String
public:
static String^ Pluralise(
String^ word,
int val
)
static member Pluralise :
word : string *
val : int -> string
Parameters
- word
- Type: SystemString
- val
- Type: SystemInt32
Return Value
Type:
String
See Also