Enum SnakeCaseStyle
Defines styles for text conversion to snake-case naming convention.
Namespace: Steeltoe.Common.CasingConventions
Assembly: Steeltoe.Common.dll
Syntax
public enum SnakeCaseStyle : int
Fields
Name | Description |
---|---|
AllCaps | Indicates all characters uppercase, for example: OUT_OF_SERVICE. |
NoCaps | Indicates all characters lowercase, for example: out_of_service. |