Click or drag to resize

IBaseEntityGetName Method

Gets the name associated with this instance in specific language

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

Parameters

culture  CultureInfo
The language used to get the name

Return Value

String
Name if available in specified language or null
See Also