Tag Archives: double

08Sep/13

Convert string to int

Description  above coding i use for my int the coding also can be use for “double”, “float” and all related numbers coding this coding also can be use for this error ” Cannot Implicitly type ‘string’ to ‘int’ “. this coding mostly use during writing Open and Save button.

08Sep/13

Convert int to int array or int[]

Description  above coding i use for my int array this coding also works for “double”, “float” and all related numbers code this coding also can be use for this error ” Cannot Implicitly type ‘int’ to ‘int []’ “. this coding mostly use during writing Open and Save button.