ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet.Converters Namespace / EnumToStringConverter Class
Members






In This Topic
    EnumToStringConverter Class
    In This Topic
    Defines a class which converts the value of Enum type to String with or without camel case
    Object Model
    EnumToStringConverter Class
    Syntax
    'Declaration
     
    
    Public Class EnumToStringConverter 
       Inherits C1.JsonNet.JsonConverter
    'Usage
     
    
    Dim instance As EnumToStringConverter
    public class EnumToStringConverter : C1.JsonNet.JsonConverter 
    public class EnumToStringConverter = class(C1.JsonNet.JsonConverter)
    public class EnumToStringConverter extends C1.JsonNet.JsonConverter
    public __gc class EnumToStringConverter : public C1.JsonNet.JsonConverter 
    public ref class EnumToStringConverter : public C1.JsonNet.JsonConverter 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Serialization.BaseConverter
          C1.JsonNet.JsonConverter
             C1.JsonNet.Converters.EnumToStringConverter

    See Also