DateTimeNullableConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method |
Converts the given object to the type of this converter, using the specified context and culture information.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override Object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
Object value
)
Parameters
- context ITypeDescriptorContext
- An ITypeDescriptorContext that provides a format context.
- culture CultureInfo
- The CultureInfo to use as the current culture.
- value Object
- The Object to convert.
Return Value
ObjectAn Object that represents the converted value.
See Also