A type-specific getter to retrieve the actual value encapsulated by this Value object.
Where performance is a concern and the data type of the value is known, this accessor
should be used in preference to the Value property.
Namespace: HotDocs.SdkAssembly: HotDocs.Sdk (in HotDocs.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Type Parameters
- T
- The type of value encapsulated by this Value: either TextValue, NumberValue, DateValue, TrueFalseValue or MultipleChoiceValue.
Return Value
Type: TAn instance of the given type, containing the value encapsulated by this Value object.
See Also