'Is possible make operations from a var? (VB .net or other programming languages) [duplicate]

For example:

Dim operationVar As String = "+"

result = value1 (operationVar) value2

It's only an idea, I don't even know if it's possible.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source