public override string Substring(int startIndex, int length) { return ValueString._string.Substring(ValueString._start + startIndex, length); } }