Forum PayVault Help...Vault.Debit(STRING) instead of uint?

Discussion and help relating to the PlayerIO payment solution, PayVault.

Help...Vault.Debit(STRING) instead of uint?

Postby oonka » November 10th, 2015, 2:02 am

I'm making a bet system and I'm sending my text to c# to take coins but my text is string and vault.debit needs uint, help please :x
oonka
 
Posts: 22
Joined: October 10th, 2015, 9:19 pm

Re: Help...Vault.Debit(STRING) instead of uint?

Postby Guillaume » November 10th, 2015, 2:21 am

Whoa ! Did you tried to use your mind ? Or Google ?...

You may use Convert.ToUInt32();
Guillaume
 
Posts: 277
Joined: March 28th, 2014, 1:59 am
Location: France

Re: Help...Vault.Debit(STRING) instead of uint?

Postby oonka » November 10th, 2015, 2:24 am

funny thing, i tried that but I did .ToUint and thought that was Convert.ToUInt32(); because it gave no error :lol:

Thanks Guillaume
oonka
 
Posts: 22
Joined: October 10th, 2015, 9:19 pm


Return to PayVault