The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationElement::GetTransformedTypeString Method (String^)
.NET Framework (current version)
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::String^The 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.
.NET Framework
Available since 4.0
Available since 4.0
Show: