Skip to main content

get_state_code

Function get_state_code 

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

Get the IBGE numeric code for a state abbreviation.

ยงErrors

Returns FiscalError::InvalidStateCode if uf is not a known Brazilian state abbreviation.