Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
Geography
Geography.Countries
Geography.Countries.Country

Method Geography.Countries.Country()->cast()


Method cast

string cast("string")

Description

It is possible to cast a country to a string, which will be the same as performing

country->name;
.