Address.

StateAbbreviation() Method

Summary

Gets a random state abbreviation.
Namespace
Faker
Containing Type
Address

Syntax

public static string StateAbbreviation()

Remarks

If the selected Culture doesn't have states, this will output a Random Country Abbreviation instead.

Return Value

Type Description
string The state abbreviation.
GitHub