By tag: DataType
0
kicks
A Money Type for the CLR
A convenient, high-performance money structure for the CLR which handles arithmetic operations, currency types, formatting, and careful distribution and rounding without loss. Also, a look at the various approaches out there for creating a Money type on the CLR.
0
kicks
Universal data type checker
A method that checks what types a string can be converted into. It could be integers, guids, booleans, enums etc.