Generate key in Java & C# common for both languages -


I want to generate key algorithm with 16 characters. Should this algorithm method be able to use in two languages ​​(Java and C #)?

In Java I used the UUID . It is not available in C #.

Please guide me.

In .NET you can use classes and more specifically static method if you have a new want to make.

  var guid = Guid.NewGuid ();    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -