StringUtils.IsInt64 method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Strings
Assembly Skybrud.Essentials.dll

IsInt64(string)

Static

Gets whether the string matches a long (long ).

public static bool IsInt64(string str)

Parameters

str String

The string to validate.

Returns

true if str matches a long; otherwise false.