TextParser Library | ComponentOne
C1.TextParser Namespace / IExtractionResult Interface / Get<T> Method



In This Topic
    Get<T> Method
    In This Topic
    Retrieve the parsing result into a custom user defined class
    Syntax
    'Declaration
     
    
    Function Get(Of T)() As T
    'Usage
     
    
    Dim instance As IExtractionResult
    Dim value As T
     
    value = instance.Get(Of T)()
    T Get<T>()
    T^ Getgeneric<typename T>
    (); 

    Type Parameters

    T
    Exceptions
    ExceptionDescription
    The exception that is thrown when one of the arguments provided to a method is not valid.
    See Also