StringsToUpperFirstLetter Method
Convert the first letter to uppercase.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToUpperFirstLetter(
string text
)
Public Shared Function ToUpperFirstLetter (
text As String
) As String
- text String
- Text to convert.
StringString with the text with the first letter uppercase.