System.Configuration.InfiniteIntConverter
Converts between a string and the standard infinite or integer value.
namespace System.Configuration
{
public sealed class InfiniteIntConverter : ConfigurationConverterBase
{
public InfiniteIntConverter();
}
}