ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet.Converters Namespace / EnumToStringConverter Class / CamelCaseText Property

In This Topic
    CamelCaseText Property
    In This Topic
    Gets or sets a value indicating whether the written enum text should be camel case.
    Syntax
    'Declaration
     
    Public Property CamelCaseText As Boolean
    public bool CamelCaseText {get; set;}

    Property Value

    true if the written enum text will be camel case; otherwise, false.
    See Also