AppSettingTryDeserializeSettingValue Method

Retrieves the object that was stored as a string in the Value property.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool TryDeserializeSettingValue(
	string serialized,
	out Object?? value
)

Parameters

serialized
Type: SystemString
The serialized.
value
Type: SystemObject
When this method returns, contains the deserialized value if deserialization was successful; otherwise, . This parameter is passed uninitialized.

Return Value

Type: Boolean
if deserialization was successful; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionserialized is .
See Also