End Google Ads 201810 - BS.net 01 --> The following:

float.m_result = float.Parse(m_store[0].ToString());

is generating an error:

'float' does not contain a definition for 'm_result'.

The .net help message is:

'type' does not contain a definition for 'identifer'

Not sure which direction I need here. I am new to c#, appreciate help.

Thanks