AstronomyObservationToString(String, IFormatProvider) Method

Formats the value of the current instance using the specified format.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public virtual string ToString(
	string? format,
	IFormatProvider? formatProvider
)

Parameters

format  String
The String specifying the format to use.

-or-

null to use the default format defined for the type of the IFormattable implementation.

formatProvider  IFormatProvider
The IFormatProvider to use to format the value.

-or-

null to obtain the numeric format information from the current locale setting of the operating system.

Return Value

String
A String

Implements

IFormattableToString(String, IFormatProvider)

See Also