HttpFields.stripParameters

Get field value without parameters. Some field values can have parameters. This method separates the value from the parameters and optionally populates a map with the parameters. For example:

<PRE>

FieldName : Value ; param1=val1 ; param2=val2

</PRE>

@param value The Field value, possibly with parameters. @return The value.

class HttpFields
static
string
stripParameters
(
string value
)

Meta