Class Int32Impl
Inheritance
System.Object
Int32Impl
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()
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class Int32Impl
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static int Parse(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToString(ref Int32)
Declaration
public static string ToString(ref int aThis)
Parameters
Type |
Name |
Description |
System.Int32 |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static string ToString(ref int aThis, IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.Int32 |
aThis |
|
IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ToString(ref Int32, String)
Declaration
public static string ToString(ref int aThis, string format)
Parameters
Type |
Name |
Description |
System.Int32 |
aThis |
|
System.String |
format |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static string ToString(ref int aThis, string format, IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.Int32 |
aThis |
|
System.String |
format |
|
IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TryParse(String, out Int32)
Declaration
public static bool TryParse(string s, out int result)
Parameters
Type |
Name |
Description |
System.String |
s |
|
System.Int32 |
result |
|
Returns
Type |
Description |
System.Boolean |
|