Sandy

Sandy

  • NA
  • 823
  • 65.4k

How to set default value in string.format if object is null?

Feb 26 2018 12:38 AM
 
How to set default value in string.format if row["ONEYR" ] is null?
 
@String.Format("{0:0.00;(0.00)}", row["ONEYR"])

Answers (5)