Table of Contents

Interface IEntityPrinter

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest
Assembly
Sportradar.OddsFeed.SDK.dll

A contract for implementing entity printer

public interface IEntityPrinter

Methods

ToString()

Returns a string that represents this instance.

string ToString()

Returns

string

A string that represents this instance.

ToString(IFormatProvider)

Returns a string that represents the current object

string ToString(IFormatProvider formatProvider)

Parameters

formatProvider IFormatProvider

A format provider used to format the output string

Returns

string

A string that represents the current object.

ToString(string, IFormatProvider)

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

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

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.

Returns

string

The value of the current instance in the specified format.