Click or drag to resize

ExtensionsConvertionsToLong Method

Overload List
  NameDescription
Public methodStatic memberToLong(Byte)
Returns a long converted from eight bytes.
Public methodStatic memberToLong(Object)
Tries to convert a Object to an Int64. Returns MinValue if target cannot be parsed.
Public methodStatic memberToLong(String)
Tries to convert a String to an Int64. Returns MinValue if target cannot be parsed.
Public methodStatic memberToLong(String, NumberFormatInfo)
Tries to convert a String to an Int64. Returns MinValue if target cannot be parsed.
Top
See Also