Namespace SunamoConverters.Converts
Classes
- BigEndianBitConverter
Provides methods for converting values to big-endian byte arrays and vice versa.
- ConvertBase64
Converts text between plain format and Base64 encoding.
- ConvertCamelConvention
Converts text to and from camel case convention (firstWordLowerCase).
- ConvertCamelConventionWithNumbers
Converts text to and from camel case convention with number support.
- ConvertDayShortcutString
Converts between day shortcuts (Mon, Tue, etc.) and numeric representations.
- ConvertEveryWordLargeCharConvention
Converts text to Title Case convention where every word starts with uppercase.
- ConvertMonthCzechEnglish
Converts month names between Czech and English.
- ConvertMonthNumberStringNotTranslateAble
Converts between English month names and numeric representations (1-12).
- ConvertMonthShortcutFullNameNotTranslateAble
Converts between English month shortcuts (Jan, Feb, etc.) and full month names.
- ConvertMonthShortcutNumber
Converts between month numbers (1-12) and English month shortcuts (Jan, Feb, etc.).
- ConvertOnlyLowercase
Converts text to and from a format where uppercase letters are replaced with a marker followed by lowercase. Uses '$' as the marker for uppercase letters.
- ConvertPascalConvention
Converts text to and from Pascal case convention (EachWordStartsWithCapital).
- ConvertRot21
Provides methods for ROT21 character substitution cipher encoding and decoding.
- ConvertSnakeConvention
Converts text to and from snake_case convention (words_separated_by_underscores).
- ConvertTypeNameType
Converts between type name strings and System.Type objects for all supported basic types.
- ConvertTypeNameTypeNumbers
Converts numeric type names to System.Type objects.
- ConvertTypeShortcutFullName
Converts between C# type shortcuts (e.g., "string", "int") and their full System type names (e.g., "System.String", "System.Int32").
- NullableConverter
Provides conversion methods for nullable types to non-nullable types.
- Rot13
Provides ROT13 cipher encoding/decoding methods. ROT13 is a simple letter substitution cipher that replaces a letter with the letter 13 positions after it in the alphabet.