Converter Class |
The Converter type exposes the following members.
| Name | Description | |
|---|---|---|
| AngleToString(Double) | Converts the specified angle to a string and returns the resulting string. This method uses default AngularUnitFormat::Current format and 0 conversion precision (number of digits to preserve after the floating point). | |
| AngleToString(Double, AngularUnitFormat, Int32) | Converts the specified angle to a string according to the specified units format and precision and returns the resulting string. | |
| DistanceToString(Double) | Converts the specified distance to a string and returns the resulting string. This method uses default DistanceUnitFormat::Current format and 0 conversion precision (number of digits to preserve after the floating point). | |
| DistanceToString(Double, DistanceUnitFormat, Int32) | Converts the specified distance to a string according to the specified units format and precision and returns the resulting string. | |
| 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) |
|
| RawAngleToString(Double) | Converts the specified raw angle to a string and returns the resulting string. Currently not implemented. | |
| RawAngleToString(Double, AngularUnitFormat, Int32) | Converts the specified raw angle to a string according to the specified units format and precision and returns the resulting string. Currently not implemented. | |
| StringToAngle(String) | Converts the specified string to an angle according to the current angular units format. Currently not implemented. | |
| StringToAngle(String, AngularUnitFormat) | Converts the specified string to an angle according to the specified angular units format. Currently not implemented. | |
| StringToDistance(String) | Converts the specified string to a distance value according to the current distance units format. | |
| StringToDistance(String, DistanceUnitFormat) | Converts the specified string to a distance value according to the specified distance units format. | |
| StringToRawAngle(String) | Converts the specified string to a raw angle according to the current angular units format. Currently not implemented. | |
| StringToRawAngle(String, AngularUnitFormat) | Converts the specified string to a raw angle according to the specified angular units format. Currently not implemented. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| © Bricsys NV. All rights reserved. |