Click or drag to resize

GUIConversion Class

Responsible for converting user input (dialogs and controls) into data and vice versa. The user preferences for locality are used by this class.
Inheritance Hierarchy
SystemObject
  Altaxo.SerializationGUIConversion

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class GUIConversion

The GUIConversion type exposes the following members.

Properties
Methods
 NameDescription
Public methodStatic memberGetLengthMeasureText(Double) Converts a value (unit: points) in the length unit last used and returns it as text together with the unit.
Public methodStatic memberGetLengthMeasureText(Double, LengthUnit) Converts a value (unit: points) in a given unit and returns it as text together with the unit.
Public methodStatic memberGetLengthMeasureValue(String, Double) Get a length value from a text string.
Public methodStatic memberGetLengthMeasureValue(String, LengthUnit, Double) Get a length value from a text string.
Public methodStatic memberGetListOfChoices(Enum) For a given enum value, this gives the list of possible choices for that enumeration (must not be a flag enumeration).
Public methodStatic memberGetListOfChoices(Enum, SelectableListNodeList) For a given enum value, this gives the list of possible choices for that enumeration (must not be a flag enumeration).
Public methodStatic memberGetPercentMeasureText Converts a value (0 to 1) in percents (i.e. 0 to 100) and returns it as text together with the percent char.
Public methodStatic memberGetPercentMeasureValue Get a percentage value from a text string.
Public methodStatic memberIsDateTime(String) Is the provided string a date/time?
Public methodStatic memberIsDateTime(String, DateTime) Is the provided string a date/time?
Public methodStatic memberIsDouble(String) Is the provided string a double?
Public methodStatic memberIsDouble(String, Double) Is the provided string a floating point value?
Public methodStatic memberIsDoubleOrNull 
Public methodStatic memberIsInt32OrNull 
Public methodStatic memberIsInteger Is the provided string an integer value?
Public methodStatic memberIsTimeSpan(String) Is the provided string a time span?
Public methodStatic memberIsTimeSpan(String, TimeSpan) Is the provided string a date/time?
Public methodStatic memberToNumberStringNullIfNaN 
Public methodStatic memberToNumberStringWithUnit 
Public methodStatic memberToString(DateTime) 
Public methodStatic memberToString(Double) 
Public methodStatic memberToString(ICollectionDouble) 
Public methodStatic memberToString(ICollectionInt32) 
Public methodStatic memberToString(IEnumerableAltaxoVariant) 
Public methodStatic memberToString(Int32) 
Public methodStatic memberToString(Int32) 
Public methodStatic memberToString(NullableDouble) 
Public methodStatic memberToString(NullableInt32) 
Public methodStatic memberToString(TimeSpan) 
Public methodStatic memberToString(Double, Int32) 
Public methodStatic memberToString(Double, String) 
Public methodStatic memberTryParseMultipleAltaxoVariant 
Public methodStatic memberTryParseMultipleDouble 
Public methodStatic memberTryParseMultipleInt32 
Top
See Also