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 8534995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T10:19:34+00:00 2026-06-11T10:19:34+00:00

I read this MSDN document regarding the operator overloading. In that example, the operators

  • 0

I read this MSDN document regarding the operator overloading.

In that example, the operators used were +, - and also can define others * or /.

I want to overload ?? operator to be used for strings like

string emptyString = emptyString ?? "OtherValue";

instead of

string emptyString = string.IsNullOrEmpty(emptyString) ? "OtherValue" : emptyString;

I don’t want to convert string to object and compare using ??.

I know that ?? is used for nullable value types, what MSDN says:

The ?? operator is called the null-coalescing operator and is used to define a default value for nullable value types or reference types.

It returns the left-hand operand if the operand is not null; otherwise it returns the right operand.

I want to ask you if is possible to overload this operator in C#. The above example is a simple situation when need to use ??.

  • 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-06-11T10:19:35+00:00Added an answer on June 11, 2026 at 10:19 am

    No. Please take a look here Overloadable Operators C# . Section ‘These operators cannot be overloaded.’

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

Sidebar

Related Questions

I read this MSDN like about it and ran its example. http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.useragent.aspx when I
I read this code in a library which is used to display a bitmap
I read this article where Ayende states NHibernate can (compared to EF 4): Collection
I read this from msdn about Int32.TryParse() When this method returns, contains the 32-bit
I recently read this thread on MSDN . So I was thinking of using
In this document, http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#paths To make these device objects accessible by Windows applications, the
I read this on msdn: Views let different users to see data in different
I read this explanations on MSDN pages, for advantages of lambda expression over functor
I read this article: How to remove OutputCache on ChildAction? and MSDN . I've
I read this question in stackoverflow. The excerpt answer provided by bbum is below:

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.