Click or drag to resize
TextDataItem Property
Index operation specification.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public char this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index to character

Return Value

Type: Char
Particular character on specified index
See Also