PropertyConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains helper functions to convert property values to and from strings.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class PropertyConverter sealed
public ref class PropertyConverter abstract sealed
public sealed class PropertyConverter
public static class PropertyConverter
type PropertyConverter = class
Public NotInheritable Class PropertyConverter
Public Class PropertyConverter
- Inheritance
-
PropertyConverter
Remarks
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.
Methods
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. |