Subject: Help & Support Case for System.GUID value & case sensitivity (Capital letter & Low letter)

Abhay Sakunde 0 Reputation points
2023-04-24T07:55:46.84+00:00
Help & Support Case



From,
Abhay Sakunde,
Cognizant India Pvt. Ltd. Pune
Project Team: MWS CWS Apps Team


To,
The Manager,
Human Resources Or Development Team,
Microsoft India Pvt. Ltd. Pune

Subject: Help & Support Case for System.GUID value & case sensitivity 
(Capital letter & Low letter)

Hi Team,
In case of Microsoft SQL Server Database GUID value gets stored with case sensitivity. But if same value retrieved from database into .NET data grid view then that value is not case sensitive.
So, can it be made case sensitive?
Waiting for reply. 
Please let me know if any detail information required for mentioned feature.

Screens:

[1] Application ID Field with GUID Value

 


Thanks & Regards,
Abhay Sakunde

GUID Value.png
.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,059 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Minxin Yu 12,356 Reputation points Microsoft Vendor
    2023-04-25T06:13:49.01+00:00

    Hi, @Abhay Sakunde

    GUIDs are bytes parsed from hexadecimal.
    A GUID is a 128-bit integer. Guid Struct
    It cannot be made case sensitive.

    Best regards,

    Minxin Yu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.