Class StringUriConverter
tries to implicitly convert a string to a BO4E URI if a URI is expected.
Inheritance
System.Object
StringUriConverter
Assembly: BO4Enet.dll
public class StringUriConverter : TypeConverter
Methods
|
Improve this Doc
View Source
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Type |
Name |
Description |
ITypeDescriptorContext |
context |
|
Type |
sourceType |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
Type |
Name |
Description |
ITypeDescriptorContext |
context |
|
CultureInfo |
culture |
|
System.Object |
value |
|
Returns
Type |
Description |
System.Object |
|
Extension Methods