Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 629289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T19:43:46+00:00 2026-05-13T19:43:46+00:00

.NET Allows to create GUID in pre-determined format.. I want to create it with

  • 0

.NET Allows to create GUID in pre-determined format..

I want to create it with my custom format..

Is it possible?how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T19:43:47+00:00Added an answer on May 13, 2026 at 7:43 pm

    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):

      var bytes = guid.ToByteArray();
      var oraBytes =
        new[]
          {
            bytes[3], bytes[2], bytes[1], bytes[0],
            bytes[5], bytes[4],
            bytes[7], bytes[6],
            bytes[8], bytes[9], bytes[10], bytes[11], bytes[12], 
            bytes[13], bytes[14], bytes[15]
          };
    
      Guid g = new Guid(oraBytes);
      return g.ToString("N").ToUpperInvariant();
    

    It may give you some inspiration in laying out the bytes as you need them.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a simple/small framework (Other than .NET) which allows you to create windowed
Is it possible to create a library that can be consumed from .Net 2.0
Do any .NET frameworks allow you to create Business Entities first then Database. In
We have created a web application, using ASP.NET, that allows users to upload documents
.NET allows to extend XSLT by using the so called extension object. Very handy
My ASP.NET application allows users to upload and download large files. Both procedures involve
Silverlight has been available since quite some time, and Silverlight 2 allows .Net programming
.NET XSLT engine allows passing objects to the XSLT processing engine through the AddExtensionObject
I have an asp.net website that allows the user to download largish files -
I have a ASP.NET page which allows an administrator to change the password for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.