DateRangeToString(String) Method

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

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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