Range<T>.ToString Method

Definition

Converts the range to a string in the form of "low,high"

public override string ToString ();
Returns

Returns A string representation of the range.

Remarks

The Range class that represents a range used by the RangePartitionResolver<T> class in the Azure DocumentDB database service.