Skip to content

Overload_CodeJam_Ranges_CompositeRange_1_ToString

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

CompositeRange(T).ToString Method

Overload List

 

Name Description
Public method ToString() Returns string representation of the range. (Overrides ValueType.ToString().)
Public method ToString(IFormatProvider) Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
Public method ToString(String) Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
Public method ToString(String, IFormatProvider) Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
  Back to Top

See Also

Reference

CompositeRange(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally