TextPart Class |
Namespace: CMS.Helpers
public class TextPart : IComparable
The TextPart type exposes the following members.
Name | Description | |
---|---|---|
Length |
Length of stored string value.
| |
SrcIndex |
Readonly index to source string.
| |
Text |
Relevant string value.
|
Name | Description | |
---|---|---|
CompareTo |
Implementation of CompareTo method for sorting i ArrayList.
| |
SubPart(Int32) |
Creates new TextPart from particular index as subpart of existing TextPart.
| |
SubPart(Int32, Int32) |
Creates new TextPart from particular index as subpart of existing TextPart.
|