Click or drag to resize

GUIConversion Methods

The GUIConversion type exposes the following members.

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 Determines whether the specified string represents a Double value or an empty value.
Public methodStatic memberIsInt32OrNull Determines whether the specified string represents an Int32 value or an empty value.
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 Converts a number to a string, or returns null if the value is NaN.
Public methodStatic memberToNumberStringWithUnit Converts a number into a string using an engineering prefix and unit.
Public methodStatic memberToString(DateTime) Converts the specified date/time to a culture-dependent string.
Public methodStatic memberToString(Double) Converts a Double value to a culture-aware string.
Public methodStatic memberToString(ICollectionDouble) Converts a collection of Double values to a space-separated string.
Public methodStatic memberToString(ICollectionInt32) Converts a collection of Int32 values to a space-separated string.
Public methodStatic memberToString(IEnumerableAltaxoVariant) Converts a sequence of AltaxoVariant values to a semicolon-separated string.
Public methodStatic memberToString(Int32) Converts an Int32 value to a culture-aware string.
Public methodStatic memberToString(Int32) Converts an array of Int32 values to a space-separated string.
Public methodStatic memberToString(NullableDouble) Converts a nullable Double value to a culture-aware string.
Public methodStatic memberToString(NullableInt32) Converts a nullable Int32 value to a culture-aware string.
Public methodStatic memberToString(TimeSpan) Converts the specified time span to a culture-dependent string.
Public methodStatic memberToString(Double, Int32) Converts a Double value to a culture-aware string with the specified accuracy.
Public methodStatic memberToString(Double, String) Converts a Double value to a culture-aware string using the specified format string.
Public methodStatic memberTryParseMultipleAltaxoVariant Tries to parse multiple AltaxoVariant values from a string.
Public methodStatic memberTryParseMultipleDouble Tries to parse multiple floating-point values from a delimited string.
Public methodStatic memberTryParseMultipleInt32 Tries to parse multiple integer values from a delimited string.
Top
See Also