Class Locale
Insured person.
public class Locale : BaseEntity
- Inheritance
-
Locale
- Inherited Members
- Extension Methods
Constructors
Locale()
public Locale()
Properties
DateFormat
Date only format
public string? DateFormat { get; set; }
Property Value
DateTimeFormat
Date-Time format
public string? DateTimeFormat { get; set; }
Property Value
DecimalSep
Decimal separator
public string? DecimalSep { get; set; }
Property Value
FixedFormat
Fixed (point) format
public string? FixedFormat { get; set; }
Property Value
IntegerFormat
Integer format
public string? IntegerFormat { get; set; }
Property Value
Lang
Language
public string? Lang { get; set; }
Property Value
ListSep
List separator
public string? ListSep { get; set; }
Property Value
MonetaryFormat
Monetary format
public string? MonetaryFormat { get; set; }
Property Value
ThousandSep
Thousand separator
public string? ThousandSep { get; set; }
Property Value
TimeFormat
Time only format
public string? TimeFormat { get; set; }