- 
        Couldn't load subscription status. 
- Fork 35
M_CodeJam_Ranges_Range_1_ToString_2
        andrewvk edited this page Jul 1, 2016 
        ·
        4 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: 1.1.0.0 (1.1.0.0)
C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)VB
Public Function ToString ( 
	format As String,
	formatProvider As IFormatProvider
) As StringF#
abstract ToString : 
        format : string * 
        formatProvider : IFormatProvider -> string 
override ToString : 
        format : string * 
        formatProvider : IFormatProvider -> string 
- format
- Type: System.String
 The format string.
- formatProvider
- Type: System.IFormatProvider
 The format provider.
Type: String
The string representation of the range.
IFormattable.ToString(String, IFormatProvider)
Range(T) Structure
ToString Overload
CodeJam.Ranges Namespace
System.IFormattable