21 lines
228 B
Markdown
21 lines
228 B
Markdown
# Format
|
||
|
||
Gets the area coordinates as a string.
|
||
|
||
```
|
||
string Format(
|
||
string & fmt, // format
|
||
) const
|
||
|
||
```
|
||
|
||
Parameters
|
||
|
||
fmt
|
||
|
||
[in] String with format.
|
||
|
||
Return Value
|
||
|
||
String with the area coordinates.
|