Skip to content

M_CodeJam_Ranges_Range_1_ToString_2

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

Range(T).ToString Method (String)

Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.

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

Syntax

C#

public string ToString(
	string format
)

VB

Public Function ToString ( 
	format As String
) As String

F#

member ToString : 
        format : string -> string 

Parameters

 

format
Type: System.String
The format string.

Return Value

Type: String
The string representation of the range.

See Also

Reference

Range(T) Structure
ToString Overload
CodeJam.Ranges Namespace
System.IFormattable

Clone this wiki locally