# Functions
Builder Creates a new StringBuilder.
CamelToDash converts CamelCase to dash-separated-string.
CamelToSnake converts CamelCase to snake_case.
DashToCamel converts a dash-separated-string to CamelCase.
DashToCamel converts a dash-separated-string to CamelCase.
GetOrDefault is a helper for variadic arguments when used as single optional input value in a variadic function.
No description provided by the author
No description provided by the author
No description provided by the author
CamelToSnake converts CamelCase to snake_case.
SnakeToCamel converts snake_case to CamelCase.
SnakeToCamel converts snake_case to CamelCase.
ToTitle converts the provided space separated string into a title case string, ensuring the string is all lowercase but capitalizing the first letter of every word.
# Constants
LineBreak indicates the value to use as line break.
# Structs
No description provided by the author
StringBuilder encapsulates the buffer to use for the builder.