Parameter.from_string
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.0" ) ]
public Parameter.from_string (string value)
Creates a Parameter from a string of form "PARAMNAME=VALUE".
Parameters:
value |
The string from which the Parameter is created
|
Returns:
The newly created $ICalParameter with the properties specified in the value .
|