Enum CaseSensitivityType
Options for the type of comparison to perform.
Namespace: UnityEngine.Localization.SmartFormat.Core.Settings
Syntax
public enum CaseSensitivityType
Fields
Name | Description | Value |
---|---|---|
CaseInsensitive | Uppercase and lowercase letters are treated as the same. |
|
CaseSensitive | Uppercase and lowercase letters are treated as distinct. |