Click or drag to resize

XMLUtilsMapTypeToXmlType Method

Converts a .NET type into an XML compatible type - roughly

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string MapTypeToXmlType(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Koden.Utils.XMLUtils.MapTypeToXmlType(System.Type)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.XMLUtils.MapTypeToXmlType(System.Type)"]

See Also