Class Convert
Last update: 16.07.2025Namespace: VM.Managed.Utility
Assembly: VM.dll
This class is to represent the special convert.
public static class Convert
Inheritance
Properties
DToR
Gets the Degree to Radius.
public static double DToR { get; }
Property Value
RToD
Gets the Radius to Degree.
public static double RToD { get; }
Property Value
SignificantFigure
Gets the significant figure.
public static int SignificantFigure { get; set; }
Property Value
Methods
GetContrastColor(Color)
public static Color GetContrastColor(Color baseColor)
Parameters
baseColor Color
Returns
ToString(double)
Returns a
public static string ToString(double dVal)
Parameters
dVal double
The val.
Returns
A
ToString(Vector)
Returns a
public static string ToString(Vector vec)
Parameters
vec Vector
Returns
A
ToString(double, double)
Returns a
public static string ToString(double dVal, double dConvertFactor)
Parameters
dVal double
The val.
dConvertFactor double
The convert factor.
Returns
A