- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_CompositeRange_1_ToString_1
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        3 revisions
      
    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
C#
public string ToString(
	IFormatProvider formatProvider
)VB
Public Function ToString ( 
	formatProvider As IFormatProvider
) As StringF#
member ToString : 
        formatProvider : IFormatProvider -> string 
- formatProvider
 - Type: System.IFormatProvider
The format provider. 
Type: String
The string representation of the range.
CompositeRange(T) Structure
ToString Overload
CodeJam.Ranges Namespace
System.IFormattable