 | 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
Syntaxpublic static string MapTypeToXmlType(
Type type
)
Public Shared Function MapTypeToXmlType (
type As Type
) As String
public:
static String^ MapTypeToXmlType(
Type^ type
)
static member MapTypeToXmlType :
type : Type -> string
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