Tag Archives: bool format

Bool Format Provider

Bool Format Provider

Posted on08. Mar, 2010 by .

0

I did a quick bit of research a while ago into how .Net converts a Boolean value to a string (via System.Bool.ToString). It does not make use of the current culture format provider so as such there is no way to easily tap in and override this methods behaviour.

Continue Reading