Table of Contents

Class AngleConverter

Namespace
xFunc.Maths.Expressions.Units.Converters
Assembly
xFunc.Maths.dll

The angle unit converter.

public class AngleConverter : IConverter<AngleValue>, IConverter<object>
Inheritance
AngleConverter
Implements
Inherited Members

Methods

CanConvertTo(object, string)

Determines whether the current converter can convert to specified unit.

public bool CanConvertTo(object value, string unit)

Parameters

value object

The value to convert.

unit string

The unit to convert to.

Returns

bool

true if converter can convert using unit; otherwise, false.

Convert(object, string)

Converts value to specified unit.

public AngleValue Convert(object value, string unit)

Parameters

value object

The value to convert.

unit string

The unit to convert to.

Returns

AngleValue

The converter value.