Click or drag to resize

StringToDoubleConverter Class

LightningChart .NET Help

[Missing <summary> documentation for "T:Arction.Wpf.SignalProcessing.StringToDoubleConverter"]

Inheritance Hierarchy
SystemObject
  Arction.Wpf.SignalProcessingStringToDoubleConverter

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[ValueConversionAttribute(typeof(string), typeof(double))]
public class StringToDoubleConverter : IValueConverter

The StringToDoubleConverter type exposes the following members.

Constructors
  NameDescription
Public methodStringToDoubleConverter
Initializes a new instance of the StringToDoubleConverter class
Top
Methods
  NameDescription
Public methodConvert

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.StringToDoubleConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"]

Public methodConvertBack

[Missing <summary> documentation for "M:Arction.Wpf.SignalProcessing.StringToDoubleConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)"]

Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also