P Peter Fuller Nov 21, 2005 #1 does .net have a class that will put parenthesis around negative percent?
N Nicholas Paldino [.NET/C# MVP] Nov 21, 2005 #2 Peter, You can create an instance of the NumberFormatInfo class, and set the NumberNegativePattern property to 0. Hope this helps.
Peter, You can create an instance of the NumberFormatInfo class, and set the NumberNegativePattern property to 0. Hope this helps.