Click or drag to resize

StringArrayConverterCanConvertFrom(ITypeDescriptorContext, Type) Method

[Missing <summary> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Converters.StringArrayConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]


Namespace: Sportradar.SDK.Services.SdkConfiguration.Converters
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public virtual bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type source_type
)

Parameters

context  ITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Converters.StringArrayConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

source_type  Type

[Missing <param name="source_type"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Converters.StringArrayConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Converters.StringArrayConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

See Also