Table of Contents

Namespace Tudormobile.Strava.UI.Converters

Classes

AddConverter

A value converter that adds a specified value (parameter) to the input value.

DistanceConverter

Converts distance values to a formatted string representation based on the specified unit (meters or feet).

SpeedConverter

Converts speed values to formatted string representations based on the specified unit.

SportToSymbolConverter

Converts a sport type to a symbol. The object to convert can be a string or a SummaryActivity. If a SummaryActivity is provided, the sport type is used if available, otherwise the type is used.

TimeConverter

Converts time-related values into human-readable string representations.