DatStat Illume 4.5 SDK Class Reference

SDK_DictionaryEntry.ValueLabel Method 

Returns the response scale value label corresponding to the given survey response data.

public string ValueLabel(
   Object responseData
);

Parameters

responseData
A Object representing a response to a survey question.

Return Value

The response scale value label corresponding to the given response.

Remarks

If the survey variable represented by this SDK_DictionaryEntry does not contain a response scale, this method will simply return a string representation of the response. If the response is null, an empty string will be returned.

See Also

SDK_DictionaryEntry Class | DatStat.SDK.WebServiceWrappers Namespace