Top "Explicit-conversion" questions

This tag is about the `Explicit` C++ keyword.

mysql datetime comparison

For example the following query works fine: SELECT * FROM quotes WHERE expires_at <= '2010-10-15 10:00:00'; But this …

sql mysql implicit-conversion explicit-conversion
Difference between implicit conversion and explicit conversion

Possible Duplicate: Implicit VS Explicit Conversion What is the difference between "implicit conversion" and "explicit conversion"? Is the difference different …

java c++ implicit-conversion explicit-conversion
Cannot implicitly convert type 'decimal?' to 'decimal'.

sdr is my sqldatareader and I want to check that the curPrice value which is of type decimal is null. …

c# casting dbnull explicit-conversion
Extension method and Explicit casting

I'm using class from some assembly(source code is not available), so it is not possible to change their's code …

c# .net casting extension-methods explicit-conversion