StringsToLowerChar Method
Converts a text character to lowercase.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToLowerChar(
string text,
int indexChar = 0
)
Public Shared Function ToLowerChar (
text As String,
Optional indexChar As Integer = 0
) As String
- text String
- Text to convert.
- indexChar Int32 (Optional)
- Index of the character to convert.
StringString with the text with the indicated character converted to lowercase.