Show / Hide Table of Contents

Class DoubleToTimespanStringConverter

Represents a converter that returns a TimeSpan string of a given value in seconds.

Inheritance
object
DoubleToTimespanStringConverter
Implements
IValueConverter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Converters
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class DoubleToTimespanStringConverter : IValueConverter

Methods

View Source

Convert(object, Type, object, CultureInfo)

Converts a value.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

The value to convert.

Type targetType

The target type to convert to.

object parameter

Any format parameters to use.

CultureInfo culture

The culture to use.

Returns
Type Description
object

The converted object.

View Source

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

The value to convert.

Type targetType

The target type to convert to.

object parameter

Any format parameters to use.

CultureInfo culture

The culture to use.

Returns
Type Description
object

The converted object.

Implements

IValueConverter
  • View Source
In this article
Back to top Generated by DocFX