.NET Allows to create GUID in pre-determined format..
I want to create it with my custom format..
Is it possible?how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There may be other ways, but what follows is a method I need to use a .NET Guid within PL/SQL editor (the bytes are in a different ordering):
It may give you some inspiration in laying out the bytes as you need them.