there is any way to match the method RAND(INT) of Visual Fox Pro and C #. Net
I'm migrating a Visual Fox Pro code to C #. NET What makes the Visual Fox Pro : generates a string of 5 digits ("48963") based on a text string (captured in a textbox), if you always enter the same text string will get that string always 5 digits (no reverse), my code in C #. NET should generate the same string. There is some code that I can not play in dot.net Rand (int) in VisualFoxPro: rand(intValue) in C #. net: Random r = new Random (); return r.Next(intValue); in C# I can´t generate a single value based on the same intValue I know they are very different libraries (VFP and C #) but not