This documentation is archived and is not being maintained.
PropertyConverter Class
Visual Studio 2010
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.
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:

