StringsToUpperFirstLetter Method

Convert the first letter to uppercase.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToUpperFirstLetter(
	string text
)

Parameters

text  String
Text to convert.

Return Value

String
String with the text with the first letter uppercase.

See Also