I am trying to test all aspects of version 3 in my application and having trouble retrieving the trial ID
I have a verified trial, which I have confirmed on the dashboard.
The following syntax returns an empty string for trialID
StringBuilder ID = new StringBuilder();//these three lines get the trialID
LexActivator.GetTrialId( ID, 40);
string trialID = ID.ToString();