DSSymbolResponseValue GetValue T  Method DSWS API (.NET)

[This is preliminary documentation and is subject to change.]

Gets the value of specified type

Namespace: Datastream.DswsApi
Assembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public T GetValue<T>()
Type Parameters

T
The type

Return Value

The Value converted to specified type
Remarks

This method throw a DSException if the symbol response value is marked as Error by the server. You can pass primitive types (such as double, DateTime, int etc.) and also arrays of primitive types (such as double[], DateTime[], int[], DateTime?[] etc.) If the server returns a different type to the requested type, then an automatic type conversion is performed.
Version Information

.NET API Framework

Supported in: 4.1, 3.6
See Also