given a string (it may contain numbers or alphabets) i want it to be converted to a 64 bit integer value. i saw a vc++ program in which some shift and or operation is applied and the string converted to a 64 bit value.is there any such method in vb.net ?.after gettting the 64 bit value, i have to apply some permutations to it.can somebody help me