PropertyConverter Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Contains helper functions to convert property values to and from strings.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
The PropertyConverter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | EnumFromString | Infrastructure. Converts the string representation to a value of the specified enumeration type. |
![]() ![]() | EnumToString | Infrastructure. Converts the value of the specified enumeration type to its equivalent string representation. |
![]() ![]() | ObjectFromString | Infrastructure. Converts the string value to the specified object type. |
The PropertyConverter class is used by the ASP.NET page framework and is not intended to be accessed directly from your code. You can use the Enum structure to convert string values to and from enumerators, or TypeConverter to convert objects.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
