Open this page in the API Guide

AppSetting.SerializeSettingValue Method

Gets the string representation of a value for the setting.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string? SerializeSettingValue(
	Object value
)

Parameters

value
Type: System.Object
The value of the setting to serialize.

Return Value

Type: String
The string representation of the value.
Exceptions
ExceptionCondition
ArgumentExceptionSerialization of the provided value failed.
ArgumentNullExceptionvalue is null.
InvalidCastExceptionvalue does not match the type of the setting.
See Also