XmpBoolean

XmpBoolean constructor (1 of 3)

Initializes a new instance of the XmpBoolean class based on boolean value.

public XmpBoolean(bool value)
ParameterTypeDescription
valueBooleanThe Boolean value. Allowed values are True or False.

See Also


XmpBoolean constructor (2 of 3)

Initializes a new instance of the XmpBoolean class with default value.

public XmpBoolean()

See Also


XmpBoolean constructor (3 of 3)

Initializes a new instance of the XmpBoolean class.

public XmpBoolean(string value)
ParameterTypeDescription
valueStringThe value.

Exceptions

exceptioncondition
ArgumentNullExceptionvalue
ArgumentExceptionInvalid string value;value

See Also