get_value_as


Description:

[ Version ( since = "1.6.8" ) ]
public bool get_value_as (Type type, out Value value)

Get the value of the current parameter.

Converts the value to the given type, similar to the other finish_action functions.

Parameters:

this

A GUPnP.ServiceProxyActionIter

type

The type to convert the value to

value

The value

Returns:

true if the value could be read successfully