Provides formatting for Boolean types.

Namespace: System.Extensions
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class BooleanFormatProvider : IFormatProvider, 
	ICustomFormatter
Visual Basic
Public Class BooleanFormatProvider
	Implements IFormatProvider, ICustomFormatter
Visual C++
public ref class BooleanFormatProvider : IFormatProvider, 
	ICustomFormatter
F#
type BooleanFormatProvider =  
    class
        interface IFormatProvider
        interface ICustomFormatter
    end

Inheritance Hierarchy

System..::..Object
  System.Extensions..::..BooleanFormatProvider

See Also