| XmlHelperXmlValueToObject Method |
| Name | Description | |
|---|---|---|
| XmlValueToObject(String, String) |
Converts the passed in value to the type with the name typeName. The typeName has to be a known type in .NET, and
currently can only be a simple type, or it has to implement an explicit conversion operator which converts a string to the real object.
The value is returned as 'object'.
| |
| XmlValueToObject(Type, String) |
Converts the passed in value to the type specified. The realtype has to be a known type in .NET, and
currently can only be a simple type, or it has to implement an explicit conversion operator which converts a string to the real object.
The value is returned as 'object'.
|