Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
troy236
Posts
Comments
C
C#
•
Created by Barvier on 3/8/2023 in
#help
❔ Converting String to an integer with a Hexadecimal Value
They are the same thing, theres no
hex int
Passing 32 is the same as 0x20 to a function. its seen no differently
13 replies
C
C#
•
Created by Matt on 10/16/2022 in
#help
Count updating before it's supposed to
If you want to monitor changes to a collection you should use ObservableCollection<T>
11 replies