Class Int64Impl
Inheritance
System.Object
Int64Impl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System_Plugs.System
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class Int64Impl
Methods
| Improve this Doc View SourceParse(String)
Declaration
public static long Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.Int64 |
ToString(ref Int64)
Declaration
public static string ToString(ref long aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | aThis |
Returns
Type | Description |
---|---|
System.String |
ToString(ref Int64, String, IFormatProvider)
Declaration
public static string ToString(ref long aThis, string format, IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | aThis | |
System.String | format | |
IFormatProvider | provider |
Returns
Type | Description |
---|---|
System.String |