ValueVariantT1, T2AsT1 Method

CVB.Net Documentation
Gets the value as T1.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public T1 AsT1()

Return Value

Type: T1
Value as T1.
Exceptions

ExceptionCondition
InvalidCastException Thrown if value stored is not of type T1
See Also

Reference