Click or drag to resize

CharacterCasing Enumeration

Enumerates the different kinds of string case

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public enum CharacterCasing
Members
  Member nameValueDescription
Normal0 no case was applied to the string
Upper1 upper case was applied to the string
Lower2 lower case was applied to the string
See Also