Show / Hide Table of Contents

Class StringUriConverter

tries to implicitly convert a string to a BO4E URI if a URI is expected.

Inheritance
System.Object
StringUriConverter
Namespace: BO4E.meta
Assembly: BO4Enet.dll
Syntax
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

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX