XmpBool.TryParse(String, out XmpBool) Method
Converts the string representation of a boolean value to its XmpBool equivalent. A return value indicates whether the conversion succeeded.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The string representation of a target boolean value. |
| result | XmpBool | When this method returns, it contains a |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also