Skip to content

M_CodeJam_Ranges_RangeIntersection_2_ToString

andrewvk edited this page Nov 5, 2016 · 3 revisions

RangeIntersection(T, TKey).ToString Method

Returns string representation of the range intersection.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public override string ToString()

VB

Public Overrides Function ToString As String

F#

abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
The string representation of the range intersection.

See Also

Reference

RangeIntersection(T, TKey) Structure
ToString Overload
CodeJam.Ranges Namespace

Clone this wiki locally