Skip to content
Loading
Why should not use AS operator for the typecating in Value type? float c = 20; e.g. int a = c as int; its wrong. Why?