Inner Drive Extensible Architecture
C#
Show/Hide TOC
Date
Range
To
String(String, IFormat
Provider) Method
Converts the value of this instance to its equivalent string representation using the specified format and culture-specific format information.
Definition
Namespace:
InnerDrive.Core
Assembly:
InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
Copy
public
string
ToString
(
string
?
format
,
IFormatProvider
?
formatProvider
)
Parameters
format
String
A format string.
formatProvider
IFormatProvider
An
IFormatProvider
that supplies culture-specific formatting information.
Return Value
String
A
String
representation of value of this instance.
Implements
IFormattable
ToString(String, IFormatProvider)
See Also
Reference
DateRange Structure
ToString Overload
InnerDrive.Core Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also