Skip to content

M_CodeJam_Ranges_RangeBoundaryTo_1_ToString

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

RangeBoundaryTo(T).ToString Method

Returns string representation of the boundary.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.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 boundary.

See Also

Reference

RangeBoundaryTo(T) Structure
ToString Overload
CodeJam.Ranges Namespace

Clone this wiki locally