fix formattin in Coercion Types List.

master
Craig Oates 5 years ago
parent
commit
8015d8572b
  1. 26
      Coercion-Types-List.md

26
Coercion-Types-List.md

@ -1,15 +1,15 @@
Here is a list of different (C#) types Console.Waterworks can coerce the end-users input in to at run-time. This is needed because the nature of console programs is text based.
1. Int16:
1. Int32:
1. Int64:
1. Boolean:
1. Byte:
1. Char:
1. DateTime:
1. Decimal:
1. Double:
1. Single:
1. UInt16:
1. UInt32:
1. UInt64:
1. Int16
1. Int32
1. Int64
1. Boolean
1. Byte
1. Char
1. DateTime
1. Decimal
1. Double
1. Single
1. UInt16
1. UInt32
1. UInt64

Loading…
Cancel
Save