Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.USState.GetStateNameAsync Method

Get a state's displayable name from a state abbreviation (2 characters).

Class: YetaWF.Core.Components.USState
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static Task<string> GetStateNameAsync( string abbrev );

Parameters

abbrev

A 2 character state abbreviation.

Return Value

Returns the state's displayable name.

See Also YetaWF.Core.Components.USState ClassYetaWF.Core Overview