There was an error while loading. Please reload this page.
Returns string representation of the range using the specified format string. If T does not implement the format string is ignored.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public string ToString( string format, IFormatProvider formatProvider )
VB
Public Function ToString ( format As String, formatProvider As IFormatProvider ) As String
F#
abstract ToString : format : string * formatProvider : IFormatProvider -> string override ToString : format : string * formatProvider : IFormatProvider -> string
Type: StringThe string representation of the range.
IFormattable.ToString(String, IFormatProvider)
CompositeRange(T, TKey) StructureToString OverloadCodeJam.Ranges NamespaceSystem.IFormattable