|
StateCodeToStateName function
String / Filename routines |
|
| acUtils
|
| function StateNameToStateCode(const StateName: String): String;
|
| Function returns the state name by 2-letter state code (for USA states only)
|
|
|
| For example, result of call StateCodeToStateName('MD') will be Maryland.
|
| StateNameToStateCode function.
|