Table of Contents

Enum SnakeCaseStyle

Namespace
Steeltoe.Common.CasingConventions
Assembly
Steeltoe.Common.dll

Defines styles for text conversion to snake-case naming convention.

public enum SnakeCaseStyle
Extension Methods

Fields

AllCaps = 0

Indicates all characters uppercase, for example: OUT_OF_SERVICE.

NoCaps = 1

Indicates all characters lowercase, for example: out_of_service.