Click or drag to resize

IVenueGetCountry Method

Gets the country name for specific locale

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
The culture

Return Value

String
Return the country name if exists, or null
See Also