pe_parameter_to_string |
Creates a string representation of a parameter.
void pe_parameter_to_string (PE_PARAMETER parameter, char buffer[PE_BUFFER_MAX]);
parameter | The parameter object |
buffer | The string representation of the object |
Creates a string representation of the parameter object in the format:
PARAMETER["name",value].
None
PARAMETER["false_easting",1000000]