NamespaceSystemLibrary.Common.Net.Extensions
This class contains extension methods on Object
ObjectExtensions
public static class ObjectExtensions
Inheritance
System.Object
ObjectExtensions
Methods
Remarks
Uses built-in custom json converters for int, datetime, Enum, etc.
- for instance Enum, with an EnumValue attribute, will be outputted as the EnumValue attribute and not the Enum.Key
Remarks
Uses built-in custom json converters for int, datetime, Enum, etc.
- for instance Enum, with an EnumValue attribute, will be outputted as the EnumValue attribute and not the Enum.Key
Remarks
Uses built-in custom json converters for int, datetime, Enum, etc.
- for instance Enum, with an EnumValue attribute, will be outputted as the EnumValue attribute and not the Enum.Key
}