Enum
StringCaseMode

Defines the possible casing modes to be applied over a System.String object.

Definition

Namespace:Telerik.UI.Xaml.Controls.Primitives

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum StringCaseMode

Fields

Default

No casing is applied - the string is left in its original form.

Declaration

cs-api-definition
Default = 0

Field Value

StringCaseMode

ToLower

All characters are converted to lower case.

Declaration

cs-api-definition
ToLower = 2

Field Value

StringCaseMode

ToUpper

All characters are converted to upper case.

Declaration

cs-api-definition
ToUpper = 1

Field Value

StringCaseMode

In this article
DefinitionFieldsDefaultToLowerToUpper
Not finding the help you need?
Contact Support