pe_unit_to_string |
Creates a string representation of the unit of measure
void pe_unit_to_string (PE_UNIT unit, char buffer[PE_BUFFER_MAX]);
unit | The unit of measure object |
buffer | The string representation of the object |
Creates a string representation of the unit of measure object of the format: UNIT["name",conversion factor].
None
UNIT["Degree",0.0174532925199433]
UNIT["Foot",0.3048]