ConfigurationElement.GetTransformedTypeString Method
.NET Framework 4.6 and 4.5
Returns the transformed version of the specified type name.
Namespace: System.Configuration
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.
Show: