Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

convert int32

using System;

int variable = Convert.ToInt32(otherVariable);
 
PREVIOUS NEXT
Tagged: #convert
ADD COMMENT
Topic
Name
9+7 =