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.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
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