public method O2GValueMap.setString

Brief

Sets a string value.

Declaration
C#
void  setString (O2GRequestParamsEnum param, string value)

Parameters
param

The identifier of the parameter.

value

The parameter value.

Declared in O2GValueMap

back