Namespace SunamoValues.Constants
Classes
- CodeElementsConstants
Constants related to code elements and syntax.
- ComparerConsts
Constants used in IComparer implementations.
- DTConstants
Date and time related constants.
- DTFormats
Date and time format strings. See https://www.c-sharpcorner.com/blogs/date-and-time-format-in-c-sharp-programming1
- GoogleApiCodes
Google API client credentials.
- HtmlAttrValue
HTML attribute value constants. Everything must be consts to use in AllHtmlAttrsValues.
- HtmlAttrs
HTML attribute name constants. All values are lowercase to match HTML conventions.
- HtmlEndingTags
HTML ending (closing) tag constants.
- HtmlStartingTags
HTML starting (opening) tag constants.
- HtmlTags
HTML tag name constants as strings.
- HttpErrors
HTTP error message constants.
- HttpKnownHeaderValues
Known HTTP header value constants.
- Mails
Email address constants.
- Messages
User-facing message constants.
- NetFxExceptionsNotTranslateAble
.NET Framework exception messages that should not be translated.
- NumConsts
Numeric constants.
- NumConstsString
Numeric constants as string representations.
- RuntimeFrameworks
Runtime framework name constants.
- SNumConsts
Numeric constants as string values (for command line input).
- ShortenedExceptions
Shortened exception message constants.
- SunamoStrings
Shared string constants and generators. Only constants and simple methods allowed here.
- UnicodeWhiteToVisible
Mapping of whitespace characters to visible Unicode replacement characters.