March 2003
Intermediate to advanced
896 pages
32h 35m
English
CharacterRange
This value type is used to define a range of characters within a string, by specifying the starting character and the length of the substring.
public struct CharacterRange { // Public Constructors public CharacterRange(int First, int Length); // Public Instance Properties public int First{set; get; } public int Length{set; get; } }
System.Object
→ System.ValueType → CharacterRange
StringFormat.SetMeasurableCharacterRanges()
Read now
Unlock full access