Click or drag to resize

SimpleValue Constructor (Object)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a SimpleValue.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public SimpleValue(
	Object value
)

Parameters

value
Type: SystemObject
The initial value for this SimpleValue.
Exceptions
ExceptionCondition
ArgumentException If the string value is illegal.
Remarks
Constructs an element's content value from the passed object value. If the object is a string, then the string should be un-escaped by this point; it must not still be in the form of the CDATA construct.
See Also