Name

PropertyConverter

Synopsis

This class is used by the .NET framework, not directly by your own code.

Public NotInheritable Class PropertyConverter
                  ' Public Shared Methods
   Public Shared Function EnumFromString(
        ByVal enumType As Type, 
        ByVal value As String) As Object  
   Public Shared Function EnumToString(ByVal enumType As Type, 
        ByVal enumValue As Object) As String  
   Public Shared Function ObjectFromString(
        ByVal objType As Type, 
        ByVal propertyInfo As System.Reflection.MemberInfo, 
        ByVal value As String) As Object  
End Class

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.