About 2,240,000 results
Open links in new tab
  1. casting - C# : 'is' keyword and checking for Not - Stack Overflow

    Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  2. c++ - Casting `std::unique_ptr` - Stack Overflow

    Dec 4, 2022 · Casting `std::unique_ptr` Asked 2 years, 11 months ago Modified 2 years, 11 months ago Viewed 735 times

  3. Type casting in Java from char to short - Stack Overflow

    Jul 27, 2017 · Why does type casting not take place from char to short, given that the sizes are equal? I hope short can also store as much values as short can. Although char and short are …

  4. How can I convert a string to an integer in JavaScript?

    In absence of OP's clarification, this question could be interpreted in the sense of converting any string to a number, i.e. turning "dog" into a number (which of course can be done).

  5. Casting Scientific Notation (from varchar -> numeric) in a view

    Casting Scientific Notation (from varchar -> numeric) in a view Asked 14 years, 3 months ago Modified 3 years, 4 months ago Viewed 107k times

  6. casting - Storing a type in C++ - Stack Overflow

    May 10, 2015 · Is it possible to store a type name as a C++ variable? For example, like this: type my_type = int; // or string, or Foo, or any other type void* data = ...; my_type* a = (my_type*) …

  7. type casting int to double java? - Stack Overflow

    A variable's type is not only a view (or similar) to the value that you can later widen with some sort of cast. It represents the memory space and its value representation inside that space. The …

  8. C++ int float casting - Stack Overflow

    C++ int float casting Asked 14 years, 7 months ago Modified 3 years, 10 months ago Viewed 333k times

  9. apache spark - Casting string to int null issue - Stack Overflow

    Casting string to int null issue Asked 8 years, 7 months ago Modified 6 years, 7 months ago Viewed 14k times

  10. vb.net - Casting in visual basic? - Stack Overflow

    VB actually has 2 notions of casting. CLR style casting Lexical Casting CLR style casting is what a C# user is more familiar with. This uses the CLR type system and conversions in order to …