StateCodeToStateName function
String / Filename routines
Return to Introduction  Previous page  Next page
Unit
acUtils  

Declaration
function StateNameToStateCode(const StateName: String): String;  

Description
Function returns the state name by 2-letter state code (for USA states only)  
 
For example, result of call StateCodeToStateName('MD') will be Maryland.  

See also
StateNameToStateCode function.