-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_RangeBoundaryTo_1_ToString_1
andrewvk edited this page Jul 1, 2016
·
3 revisions
Returns string representation of the boundary 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
)
VB
Public Function ToString (
format As String
) As String
F#
member ToString :
format : string -> string
- format
- Type: System.String
The format string
Type: String
The string representation of the boundary.
RangeBoundaryTo(T) Structure
ToString Overload
CodeJam.Ranges Namespace
System.IFormattable