Click or drag to resize

DateRangeToString(String) Method

Converts the value of this instance to its equivalent string representation using the specified format.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public string ToString(
	string? format
)

Parameters

format  String
A format string.

Return Value

String
A String representation of value of this instance.
See Also