Class CallingFormatAttribute
- Namespace
- XENBIT.ResQueServe.Abstractions.Attributes
- Assembly
- RQS.Abstractions.dll
Custom attribute for specifying a country's calling format.
[AttributeUsage(AttributeTargets.Field)]
public sealed class CallingFormatAttribute : Attribute
- Inheritance
-
CallingFormatAttribute
- Inherited Members
Constructors
CallingFormatAttribute(string)
Initializes a new instance of the CallingFormatAttribute class.
public CallingFormatAttribute(string format)
Parameters
formatstringThe calling format for the country.
Properties
Format
Gets the phone number format for calling the specified country.
public string Format { get; }