I don't know how to define the ValueConversion attribute in a Cobol class implementig IValueConverter. Can anybody translate the following C# definition.
[ValueConversion(typeof(DateTime), typeof(String))]
public class DateConverter : IValueConverter
Thanks.
Werner Lanter
↧