XmpInteger.TryParse(String, out XmpInteger) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| value | String |
| result | XmpInteger |
Returns
| Type |
|---|
| Boolean |
See Also
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
public static bool TryParse(
string value,
out XmpInteger result
)
Public Shared Function TryParse(
value As String,
ByRef result As XmpInteger
) As Boolean
| Name | Type |
|---|---|
| value | String |
| result | XmpInteger |
| Type |
|---|
| Boolean |