Public Member Functions | |
CPLString & | FormatC (double dfValue, const char *pszFormat=0) |
CPLString & | Trim () |
CPLString & CPLString::FormatC | ( | double | dfValue, | |
const char * | pszFormat = 0 | |||
) |
Format double in C locale.
The passed value is formatted using the C locale (period as decimal seperator) and appended to the target CPLString.
dfValue | the value to format.
|
CPLString & CPLString::Trim | ( | ) |
Trim white space.
Trims white space off the let and right of the string. White space is any of a space, a tab, a newline ('
') or a carriage control ('').