Click or drag to resize

IEntityPrinter Interface

A contract for implementing entity printer

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#
public interface IEntityPrinter

The IEntityPrinter type exposes the following members.

Methods
 NameDescription
Public methodToString Returns a String that represents this instance.
Public methodToString(IFormatProvider) Returns a string that represents the current object
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
Top
See Also