public class ZeroToStringEmptyConverter : IValueConverter
Public Class ZeroToStringEmptyConverter
Implements IValueConverter
ZeroToStringEmptyConverter | Initializes a new instance of the ZeroToStringEmptyConverter class |
Convert | Converts to Empty if value is 0. |
ConvertBack | Converts to 0 if value is Empty. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |