ValueVariantT1, T2AsT2 Method

CVB.Net Documentation
Gets the value as T2.

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

public T2 AsT2()

Return Value

Type: T2
Value as T2.
Exceptions

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

Reference