Skip to content

Commit f0d23dd

Browse files
authored
Merge pull request #70 from Pdgraham/patch-1
Update PostalCode.cs to expose PostalCodeFormat
2 parents b0f837b + d000c63 commit f0d23dd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/PostalCodes/PostalCode.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,15 @@ protected internal string HighestExpandedPostalCodeString
7171
/// The current format.
7272
/// </summary>
7373
protected PostalCodeFormat _currentFormat = null;
74+
75+
/// <summary>
76+
/// Gets the PostalCodeFormat.
77+
/// </summary>
78+
/// <value>The PostalCodeFormat.</value>
79+
public PostalCodeFormat PostalCodeFormat
80+
{
81+
get { return _currentFormat; }
82+
}
7483

7584
/// <summary>
7685
/// The type of the current format.

0 commit comments

Comments
 (0)