CodeHubApp / CodeHub

CodeHub is an iOS application written using Xamarin

Home Page:http://www.codehub-app.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error CS0029: Cannot implicitly convert type 'string' to 'int'

kippenlars opened this issue · comments

problem with code plz help.
public int height;

height = character.position.y.ToString("0");

First, it looks like your code is passing a string to a function that expects an int.

Secondly, is this part of CodeHub's source, or something else?
This area is only for reporting issues with using or developing CodeHub itself.