Click or drag to resize

TextFormatterMMFormatter Method

Appends the string "mm" to a double input.

Namespace:  OpticianMathLibrary
Assembly:  OpticianMathLibrary (in OpticianMathLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string MMFormatter(
	double distance
)

Parameters

distance
Type: SystemDouble
Distance value

Return Value

Type: String
Apphends "mm" to as a string
See Also