Click or drag to resize

IEntityPrinterToString(String, IFormatProvider) Method

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

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
string ToString(
	string format,
	IFormatProvider formatProvider = null
)

Parameters

format  String
The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
formatProvider  IFormatProvider  (Optional)
The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Return Value

String
The value of the current instance in the specified format.
See Also