Click or drag to resize
ComparisonTextPartSubPart Method (Int32, Int32)
Creates new ComparisonTextPart from particular index as subpart of existing ComparisonTextPart.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public ComparisonTextPart SubPart(
	int startIndex,
	int count
)

Parameters

startIndex
Type: SystemInt32
Index from which should contained text start
count
Type: SystemInt32
Length of new ComparisonTextPart

Return Value

Type: ComparisonTextPart
New ComparisonTextPart create from already existing ComparisonTextPart
See Also