CharacterRange()

CharacterRange::CharacterRange(int32_t, int32_t) constructor

Constructs a new instance of CharacterRange class that represents the specified range.

System::Drawing::CharacterRange::CharacterRange(int32_t first, int32_t length)

Arguments

ParameterTypeDescription
firstint32_tThe position in a string of the first characeter of the range represented by the current object
lengthint32_tThe number of characters in the range

CharacterRange::CharacterRange() constructor

Constructs a new instance of CharacterRange class that represents an empty range.

System::Drawing::CharacterRange::CharacterRange()

See Also