Helpers.Datatypes.castToObject Function
casts value-strings back to the type specified

Public object castToObject (string, string)
  Type Name Description  
    string type the type to cast back to  
    string val the value  
  Return Description  
    object the actual type with the given calue

 
Other overloads:
Helpers.Datatypes.castToObject(XmlNode)