Skip to main content

get_state_by_code

Function get_state_by_code 

Source
pub fn get_state_by_code(code: &str) -> Result<&'static str, FiscalError>
Expand description

Get the UF abbreviation for an IBGE numeric code.

ยงErrors

Returns FiscalError::InvalidStateCode if code is not a known IBGE numeric state code.