StringsToLowerChar Method

Converts a text character to lowercase.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToLowerChar(
	string text,
	int indexChar = 0
)

Parameters

text  String
Text to convert.
indexChar  Int32  (Optional)
Index of the character to convert.

Return Value

String
String with the text with the indicated character converted to lowercase.

See Also