Click or drag to resize

IEntityPrinterToString(IFormatProvider) Method

Returns a string that represents the current object

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(
	IFormatProvider formatProvider
)

Parameters

formatProvider  IFormatProvider
A format provider used to format the output string

Return Value

String
A string that represents the current object.
See Also