Following the feedback here and here, we should do the following for the Conversions code:
- Make
Convert and TryParse consistently named. Either Convert and TryConvert. Or Parse and TryParse.
- Clean up the
TryParse methods so they call GetValueOrDefault and don't do unnecessary writes.
Following the feedback here and here, we should do the following for the Conversions code:
ConvertandTryParseconsistently named. EitherConvertandTryConvert. OrParseandTryParse.TryParsemethods so they callGetValueOrDefaultand don't do unnecessary writes.