Enum CasingMethod
Specifies ways that a string must be converted in terms of casing.
Assembly: Cuemon.Core.dll
Syntax
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.
|
Extension Methods
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, TResult>(Func<CasingMethod, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, T4, TResult>(Func<CasingMethod, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, T4, T5, TResult>(Func<CasingMethod, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, T4, T5, T6, TResult>(Func<CasingMethod, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<CasingMethod, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<CasingMethod, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<CasingMethod, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<CasingMethod, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)