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
)
Public Function SerializeSettingValue (
value As Object
) As String
public:
String^ SerializeSettingValue(
Object^ value
)
member SerializeSettingValue :
value : Object -> string
Parameters
- value
- Type: SystemObject
The value of the setting to serialize.
Return Value
Type:
StringThe string representation of the value.
Exceptions See Also