Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in casting

Linq cast conversion Xelement error: Unable to cast object of type 'System.Xml.Linq.XElement' to type 'System.IConvertible'

c# xml linq casting linq-to-xml

Is it possible to create a method that returns one of two possible types?

c# generics dictionary casting

Convert String To Int in LINQ

c# .net string linq casting

How to cast an object originated from Type A to Type B in .NET?

c# asp.net .net object casting

Can you ever assume typecasting pointers is safe?

Java - Creating an object extending List

Why in java `char` casts to `int` instead of `short` or `byte`?

java casting char

Error: initialization makes pointer from integer without a cast

c pointers casting

Can a struct of doubles be typecast to an array of doubles in C?

c struct casting

Difference between (void)obj and void(obj)

c++ casting void

Overwriting an instance of a subclass with an instance of a superclass

c++ types casting

Casting string column to date in hql

Ternary operator when casting a variable

pointers, conversion of char ** to char *

c++ pointers casting

Assigning a concrete Task<TImplementation> to a variable of type Task<TInterface>

Golang - Converting uint to os.FileMode

go casting type-conversion

How is it possible to dynamically cast to a Type that is named in a string with Swift 2.0?

Casting Any to Optional

swift generics casting

Cast a final class to a compatible interface that the class does not claim to implement

passing int literal to method that takes integer in java