Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: long? ParseInt64(string)

  • Declared in: RT.Util.Ut

Declaration

public static long? ParseInt64(
    string value
)

Summary

Returns the integer represented by the specified string, or null if the string does not represent a valid 64-bit integer.