Interface IValueFormat
Namespace: Telerik.XamarinForms.Common.DataAnnotations
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public interface IValueFormat
Properties
Date
Declaration
string Date { get; set; }
Property Value
System.String
|
NullValue
Declaration
string NullValue { get; set; }
Property Value
System.String
|
Plural
Declaration
string Plural { get; set; }
Property Value
System.String
|
Single
Declaration
string Single { get; set; }
Property Value
System.String
|
Time
Declaration
string Time { get; set; }
Property Value
System.String
|
Zero
Declaration
string Zero { get; set; }
Property Value
System.String
|