Show / Hide Table of Contents

Enum CasingMethod

Specifies ways that a string must be converted in terms of casing.

Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum CasingMethod

Fields

Name Description
Default

Indicates default behavior which is leaving the casing unaltered, hence allowing mixed casing.

LowerCase

Indicates that all characters will be converted to lowercase.

TitleCase

Indicates that characters will be converted to Title Case.

UpperCase

Indicates that all characters will be converted to UPPERCASE.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX