TextFormatter Methods |
The TextFormatter type exposes the following members.
| Name | Description | |
|---|---|---|
| CylinderAxisFormatter |
Converts a double to a string formatted in standard cylinder form. Ex. 001
| |
| DiopterFormatterThreePlaces |
Converts a double to a string formatted in standard dioptric form. Ex. +#.##, -#.##, +##.##, -##.##
| |
| DiopterFormatterTwoPlaces |
Converts a double to a string formatted in standard dioptric form. Ex. +#.##, -#.##, +##.##, -##.##
| |
| MMFormatter |
Appends the string "mm" to a double input.
|