pe_parameter_to_string

Creates a string representation of a parameter.

Usage syntax

void pe_parameter_to_string (PE_PARAMETER parameter, char buffer[PE_BUFFER_MAX]);

Parameters
parameter The parameter object
buffer The string representation of the object
Description

Creates a string representation of the parameter object in the format:
PARAMETER["name",value].

Returns

None

Examples

PARAMETER["false_easting",1000000]