ITextFormatter.Serialize method

Serializes an object to a string value using custom rules.

public string Serialize(object objValue)
parameter description
objValue Object to serialize.

Return Value

String to write out to a file.

See Also