create Coercion Types List.

master
Craig Oates 5 years ago
parent
commit
6b03d4aa0e
  1. 15
      Coercion-Types-List.md

15
Coercion-Types-List.md

@ -0,0 +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:
Loading…
Cancel
Save