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