The ?? operator is called null-coalescing operator.
abc= (ssTeam.FieldName) ?? 0;
here if ssTeam.FieldName is null then abc will be 0.
Best Regards
#SSTEAM
we are making brotherhood
abc= (ssTeam.FieldName) ?? 0;
here if ssTeam.FieldName is null then abc will be 0.
Best Regards
#SSTEAM
we are making brotherhood