PropertyConverter Methods
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | EnumFromString(Type, String) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the string representation to a value of the specified enumeration type. |
![]() ![]() | EnumToString(Type, Object) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the value of the specified enumeration type to its equivalent string representation. |
![]() ![]() | ObjectFromString(Type, MemberInfo, String) | This API supports the product infrastructure and is not intended to be used directly from your code. Converts the string value to the specified object type. |
Show:

