Skip to content

Commit

Permalink
Merge pull request #70 from Pdgraham/patch-1
Browse files Browse the repository at this point in the history
Update PostalCode.cs to expose PostalCodeFormat
  • Loading branch information
maherkassim authored Apr 9, 2018
2 parents b0f837b + d000c63 commit f0d23dd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/PostalCodes/PostalCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ protected internal string HighestExpandedPostalCodeString
/// The current format.
/// </summary>
protected PostalCodeFormat _currentFormat = null;

/// <summary>
/// Gets the PostalCodeFormat.
/// </summary>
/// <value>The PostalCodeFormat.</value>
public PostalCodeFormat PostalCodeFormat
{
get { return _currentFormat; }
}

/// <summary>
/// The type of the current format.
Expand Down

0 comments on commit f0d23dd

Please sign in to comment.