Click or drag to resize

StringArrayConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

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


Namespace: Sportradar.SDK.Services.SdkConfiguration.Converters
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public virtual Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context  ITypeDescriptorContext

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

culture  CultureInfo

[Missing <param name="culture"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Converters.StringArrayConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

value  Object

[Missing <param name="value"/> documentation for "M:Sportradar.SDK.Services.SdkConfiguration.Converters.StringArrayConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Return Value

Object

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

See Also