ITextFormatter.Deserialize method

Deserializes a string and creates a new instance of the specified object.

public object Deserialize(string strValue)
parameter description
strValue String value from file that must be deserialized.

Return Value

Resulting object from the string value.

See Also