AddressStreetNumber Property

The street number, e.g., "123". (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public IReadOnlyList<string> StreetNumber { get; }

Property Value

IReadOnlyListString
This value is not restricted to numeric values and can include any value such as number ranges ("112-10"), grid style ("39.2 RD"), alphanumerics ("N6W23001"), or fractionals ("123 1/2").

See Also