ShadowTypeConverter 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.
Type converter for converting a properly formatted string to a Shadow.
public ref class ShadowTypeConverter : System::ComponentModel::TypeConverter
public class ShadowTypeConverter : System.ComponentModel.TypeConverter
type ShadowTypeConverter = class
inherit TypeConverter
Public Class ShadowTypeConverter
Inherits TypeConverter
- Inheritance
-
ShadowTypeConverter
Constructors
ShadowTypeConverter() |
Methods
CanConvertFrom(ITypeDescriptorContext, Type) |
Checks whether the given |
CanConvertTo(ITypeDescriptorContext, Type) |
Checks whether the given |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts a Shadow to a string. |