Click or drag to resize

ConversionResultTValue Property

Gets the value of the conversion if succeeded.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public T Value { get; }

Property Value

Type: T
Exceptions
ExceptionCondition
InvalidOperationExceptionThe HasValue property is false.
See Also