Search code examples
how to access properties in derived class stored in a list of the base class...


c#classcastingradixderived

Read More
Should I escape an expected integer value using mysql_real_escape_string or can I just use (int)$exp...


phpmysqlcastingescapingsql-injection

Read More
How do I check if a string represents a number (float or int)?...


pythoncastingfloating-pointtype-conversioninteger

Read More
Cause of AlignmentMismatch error while using bytemuck?...


rustmemorycastingalignmentslice

Read More
How to partition and typecast a List in Kotlin...


kotlincastingpartitioning

Read More
Casting Func<T1, T2> to Func<T1, object> doesn't work with double but works with cla...


c#castingdelegatescovariancefunc

Read More
C# How to cast a dictionary type...


c#genericscasting

Read More
Polars - Convert string to float with conditional multiplier depending on string suffix...


pythondataframecastingpython-polars

Read More
Can I safely copy lowest bits from signed to unsigned integer by casting?...


c++castingc++20unsignedsigned

Read More
Why is my value returned as a pl.Float32 and not a pl.Date?...


pythondataframedatecastingpython-polars

Read More
Cast multiple columns with Unix epoch to Datetime...


pythondataframedatetimecastingpython-polars

Read More
Convert all non-string columns to string...


pythondataframecastingpython-polars

Read More
Why does the sizeof() operator result in different output in C?...


ccastingsizeof

Read More
Casting a Polars pl.Object column to pl.String raises a ComputeError...


pythondataframecastingtype-conversionpython-polars

Read More
How to convert float columns without decimal into int columns in Polars?...


pythondataframecastingpython-polars

Read More
how to cast one type to another while preserving value category and cv-qualifiers?...


c++castingtype-conversion

Read More
Assigning char to int reference and const int reference in C++...


c++referencecastingconstantsc++03

Read More
can not cast/convert a string array `string[]` to an object array `object[]` but I can for all other...


powershellcasting

Read More
Why do we cast an object type to a class type in java?...


javaclassobjectcasting

Read More
TypeScript: Convert a bool to string value...


castingtype-conversiontypescript

Read More
How to add 2 would be overflowing integers in zig and store the result in a larger variable type...


castingzig

Read More
Regex doesn't recognize String C#...


c#regexstringcasting

Read More
c# : Why is a cast needed from an Enum to an INT when used in a switch statement?, enums are ints...


c#enumscastingswitch-statement

Read More
Accessing any object type from multiprocessing shared_memory?...


pythoncastingmultiprocessingshared-memoryvoid-pointers

Read More
Why Class.getClass() can be different from Class.cast() return type?...


javacasting

Read More
Rust - Casting super trait to trait...


rustcastingtraits

Read More
How can i convert a negative binary number to sbyte(c#)...


c#compiler-errorscastingbinarybyte

Read More
In C++, what are the differences between static_cast<double>(a) and double(a)?...


c++casting

Read More
Does the type erasure concept exist in C-language?...


ctypescastingdowncasterasure

Read More
Type safety: Unchecked cast from Object...


javacastingtype-safetyunchecked

Read More
BackNext