Long.TryParse
Returns an Long converted from a string. It also returns whether the conversion was successful.

Properties
| Property Name | Description | 
|---|---|
| String | String to convert | 
| Success | Returns whether the conversion was successful. | 
| Result | Output result | 
Returns an Long converted from a string. It also returns whether the conversion was successful.

| Property Name | Description | 
|---|---|
| String | String to convert | 
| Success | Returns whether the conversion was successful. | 
| Result | Output result |