We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0f837b + d000c63 commit f0d23ddCopy full SHA for f0d23dd
1 file changed
src/PostalCodes/PostalCode.cs
@@ -71,6 +71,15 @@ protected internal string HighestExpandedPostalCodeString
71
/// The current format.
72
/// </summary>
73
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
+ }
83
84
/// <summary>
85
/// The type of the current format.
0 commit comments