C# (CSharp) StatePrinting.ValueConverters Namespace

Classes

Name Description
DateTimeConverter Handles the printing of DateTime and DateTimeOffset
EnumConverter Handles enums and prints their programatic name
RollingGuidValueConverter Handles the printing of guids, where each guid is transformed into a very readable form by transforming a small integer into the guid-format. When the same guid is to be printed multiple times, it retains its new simpler-to-read value. This is nice for unit testing, since guids now become stable across multiple executions
StandardTypesConverter Handles the printing of Boolean, Byte, SByte, Int16, UInt16, Int32, UInt32, Int64, UInt64, IntPtr, UIntPtr, Char, Double, Single, decimal, Guid
StringConverter Handles the printing of string