This documentation is archived and is not being maintained.
ConfigurationElement.GetTransformedTypeString Method
Visual Studio 2010
Returns the transformed version of the specified type name.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- typeName
- Type: System.String
The name of the type.
Return Value
Type: System.StringThe transformed version of the specified type name. If no transformer is available, the typeName parameter value is returned unchanged. The TypeStringTransformer property is null if no transformer is available.
The SerializeElement method and the SerializeToXmlElement method call this method in order to transform a type name when an earlier version of the .NET Framework is targeted.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: