NumericTextConverter Class |
Namespace: RootPro.RootProCAD.Geometry
The NumericTextConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | NumericTextConverter | Initializes a new instance of the NumericTextConverter class |
Name | Description | |
---|---|---|
![]() | AngleDegreeToText |
Converts an angle value (Degree) to a string in "degrees-minutes-seconds" or other notation.
|
![]() | DegreeToDmsText |
Converts an angle value (Degree) to a string in "degrees-minutes-seconds" or other notation.
Same as the AngleDegreeToText method.
|
![]() | DmsTextToDegree |
Converts an angle string expressed in "degrees-minutes-seconds" or other notation to an angle value (Degree).
Same as the TextToAngleDegree method.
|
![]() | DoubleToText |
Converts a real value (double) to a string with the specified notation.
If the specified notation type is feet-inches, the specified real value is converted as millimeters.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PointToText |
Converts a point coordinate value to a character string in the specified notation.
If the specified notation type is feet-inches, the specified real value is converted as millimeters.
|
![]() | TextToAngleDegree |
Converts an angle string expressed in "degrees-minutes-seconds" or other notation to an angle value (Degree).
|
![]() | TextToDouble |
Converts a string representing length to a real value (double).
If the specified string is in feet-inches, the resulting real value is in millimeters.
|
![]() | TextToPoint |
Converts a string representing a point coordinate value to a real value point coordinate value.
If the specified string is in feet-inches, the resulting real value is in millimeters.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |