SeriesToString(String, IFormatProvider) Method

Gets a textual representation of the series.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public string ToString(
	string? format,
	IFormatProvider? provider = null
)

Parameters

format  String
A format specifier.
provider  IFormatProvider  (Optional)
Supplies culture-specific formatting information.

Return Value

String
A text containing the name and the point count.

Implements

IFormattableToString(String, IFormatProvider)

See Also