MathConverterConvert Method

Converts parameters, uses them in a simple equation and returns the answer.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public Object? Convert(
	Object? value,
	Type targetType,
	Object? parameter,
	CultureInfo culture
)

Parameters

value  Object
A double that serves as the first number.
targetType  Type
Target type should be double as well.
parameter  Object
A string that consists of two parts, a mathematical operator and a follow up number.
culture  CultureInfo
Currently unused.

Return Value

Object

[Missing <returns> documentation for "M:BeeMobile.VirtualKeyboard.MathConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"]

Implements

IValueConverter.Convert(Object, Type, Object, CultureInfo)

See Also