AppSettingSerializeSettingValue 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 (24.3.0.1000)
Syntax
public string? SerializeSettingValue(
	Object value
)

Parameters

value
Type: SystemObject
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 .
InvalidCastExceptionvalue does not match the type of the setting.
See Also