internal static bool TryParse(string s, out t_data_type_remove_nullable value_type_value)
 {
     throw new NotImplementedException();
 }
 // Specific for DateTime.TryParse
 internal static bool TryParse(string s, IFormatProvider provider, DateTimeStyles styles, out t_data_type_remove_nullable result)
 {
     throw new NotImplementedException();
 }