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

I am trying to create an asp.net web form that allows a user to
My asp.net site allows users to pick the theme they want from a list
I need to create an ASP.NET 2.0+ web application that allows the user to
I'm trying to create an ASP.NET/C# page that allows the user to edit a
How can I create an ASP.NET page, that allows users to communicate with audio
Is there a simple/small framework (Other than .NET) which allows you to create windowed
(ASP.NET Web Application) I'd like to create a page which allows the user to
I wish to create an ASP.NET web application that allows upload of files up
I am building an ASP.NET website that allows users to create and take tests.
Within SharePoint... I can create web parts which are ASP.NET web apps, which allows

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.