This documentation is archived and is not being maintained.
WhiteSpaceTrimStringConverter Class
Visual Studio 2008
Converts a string to its canonical format.
Assembly: System.Configuration (in System.Configuration.dll)
The following code example shows how to apply WhiteSpaceTrimStringConverter to a custom string property FileName.
The following is a configuration excerpt used by the previous example.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="CustomSection"
type="Samples.AspNet.CustomSection,
ConfigurationConverters,
Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null"
allowDefinition="Everywhere"
allowExeDefinition="MachineToApplication"
restartOnExternalChanges="true" />
</configSections>
<CustomSection fileName="default.txt" maxIdleTime="90" timeDelay="infinite" cdStr="str0, str1" permission="Read" maxUsers="Infinite"/>
</configuration>
System.Object
System.ComponentModel.TypeConverter
System.Configuration.ConfigurationConverterBase
System.Configuration.WhiteSpaceTrimStringConverter
System.ComponentModel.TypeConverter
System.Configuration.ConfigurationConverterBase
System.Configuration.WhiteSpaceTrimStringConverter
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: