Share via


NSRange.ToString Method

Definition

Returns a string representation of this NSRange.

public override string ToString();
override this.ToString : unit -> string

Returns

A string in the format "[Location={Location},Length={Length}]".

Applies to