StringsToUpperChar Method

Converts a text character to uppercase.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToUpperChar(
	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 uppercase.

See Also