Method TfStringToInt64
TfStringToInt64(string, out bool)
Declaration
public static long TfStringToInt64(string txt, out bool outOfRange)
Parameters
| Type | Name | Description |
|---|---|---|
| string | txt | |
| bool | outOfRange |
Returns
| Type | Description |
|---|---|
| long |
TfStringToInt64(string)
Declaration
public static long TfStringToInt64(string txt)
Parameters
| Type | Name | Description |
|---|---|---|
| string | txt |
Returns
| Type | Description |
|---|---|
| long |