◆ Format()
  
  | 
        
          | bool GenericPositionFormatter::Format | ( | const BasicGeoTypes::GeoPos & | pos, |  
          |  |  | const std::string & | formatString, |  
          |  |  | std::string & | formattedString, |  
          |  |  | const std::locale & | loc = std::locale::classic() |  
          |  | ) |  |  |  | static | 
 
Formats a GeoPos in accordance to a user specified format string. For more info on the format look at http://docs.maria.teleplanglobe.com/wiki/Position_parsing_and_formatting. 
- Parameters
- 
  
    | pos | The position to format |  | formatString | The format to use when formatting |  | formattedString | The output from the function |  | loc | The locale to use while parsing |  
 
- Returns
- true on successful execution, false on error 
 
 
The documentation for this class was generated from the following files:
- Native/MariaNative/MCommon/MGenericPositionFormatter.h
- Native/MariaNative/MCommon/MGenericPositionFormatter.cpp