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