GetValue Method
Returns the value of the specified form variable.
Syntax
[VB.NET] Public Function GetValue(ByVal Name As String) As String
[C#] public string GetValue(string name);
Remarks
If the form variable does not exist, an empty string is returned.
Please refer to the FormVars collection for more information.
NOTE: This method has a corresponding asynchronous version (GetValueAsync) for use in the Xamarin environment.