Method CapitalizeFirst
CapitalizeFirst(String)
LUCENENET TODO: This is a temporary workaround for an issue with icu-dotnet where it doesn't correctly break sentences unless they begin with a capital letter. If/when ICU is fixed, this method should be deleted and the IcuBreakIterator code changed to remove calls to this method.
Declaration
public static string CapitalizeFirst(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.String |