Summary
Capitalizes the first letter of the given string.
- Namespace
- Faker
.Extensions - Containing Type
- StringExtensions
Syntax
public static string Capitalise(this string s)
Parameters
Name | Type | Description |
---|---|---|
s | string | The source string. |
Return Value
Type | Description |
---|---|
string | The source string with it's first letter capitalized. |