Click or drag to resize

ICompetitorGetCountry Method

Gets the competitor's country name in the specified language or a null reference.

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 GetCountry(
	CultureInfo culture
)

Parameters

culture  CultureInfo
A CultureInfo specifying the language of the country name.

Return Value

String
The competitor's country name in the specified language or a null reference.
See Also