DataConverter.Serialize(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes value
into a text string.
public abstract string? Serialize (object? value);
abstract member Serialize : obj -> string
Public MustOverride Function Serialize (value As Object) As String
Parameters
- value
- Object
The value to be serialized.
Returns
Returns a text representation of value
or null
if the input is null.