Click or drag to resize

ICompetitorGetAbbreviation Method

Gets the competitor's abbreviation 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 GetAbbreviation(
	CultureInfo culture
)

Parameters

culture  CultureInfo
A CultureInfo specifying the language of the abbreviation.

Return Value

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