AddressFactoryBaseGetProvinceName Method

Gets the name for a Province code.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public static string GetProvinceName(
	string? code
)

Parameters

code  String
Province code.

Return Value

String
An empty string is returned if the Province code was not found.

See Also