AppSettingSerializeSettingValue Method |
Gets the string representation of a value for the setting.
Namespace: Dundas.BI.ConfigurationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string? SerializeSettingValue(
Object value
)
Public Function SerializeSettingValue (
value As Object
) As String
public:
String^ SerializeSettingValue(
Object^ value
)
member SerializeSettingValue :
value : Object -> string Parameters
- value Object
- The value of the setting to serialize.
Return Value
StringThe string representation of the value.
Exceptions
See Also