|
| static int | Parse (string s) |
| |
| static int | Parse (string s, global::System.Globalization.NumberStyles style) |
| |
| static int | Parse (string s, global::System.IFormatProvider provider) |
| |
| static int | Parse (string s, global::System.Globalization.NumberStyles style, global::System.IFormatProvider provider) |
| |
| static int | Parse (global::System.ReadOnlySpan< char > s, global::System.Globalization.NumberStyles style=global::System.Globalization.NumberStyles.Integer, global::System.IFormatProvider provider=null) |
| |
| static bool | TryParse (string s, out int result) |
| |
| static bool | TryParse (global::System.ReadOnlySpan< char > s, out int result) |
| |
| static bool | TryParse (string s, global::System.Globalization.NumberStyles style, global::System.IFormatProvider provider, out int result) |
| |
| static bool | TryParse (global::System.ReadOnlySpan< char > s, global::System.Globalization.NumberStyles style, global::System.IFormatProvider provider, out int result) |
| |
|
| bool System.IConvertible. | ToBoolean (global::System.IFormatProvider provider) |
| |
| char System.IConvertible. | ToChar (global::System.IFormatProvider provider) |
| |
| sbyte System.IConvertible. | ToSByte (global::System.IFormatProvider provider) |
| |
| byte System.IConvertible. | ToByte (global::System.IFormatProvider provider) |
| |
| short System.IConvertible. | ToInt16 (global::System.IFormatProvider provider) |
| |
| ushort System.IConvertible. | ToUInt16 (global::System.IFormatProvider provider) |
| |
| int System.IConvertible. | ToInt32 (global::System.IFormatProvider provider) |
| |
| uint System.IConvertible. | ToUInt32 (global::System.IFormatProvider provider) |
| |
| long System.IConvertible. | ToInt64 (global::System.IFormatProvider provider) |
| |
| ulong System.IConvertible. | ToUInt64 (global::System.IFormatProvider provider) |
| |
| float System.IConvertible. | ToSingle (global::System.IFormatProvider provider) |
| |
| double System.IConvertible. | ToDouble (global::System.IFormatProvider provider) |
| |
| decimal System.IConvertible. | ToDecimal (global::System.IFormatProvider provider) |
| |
| global::System.DateTime System.IConvertible. | ToDateTime (global::System.IFormatProvider provider) |
| |
| object System.IConvertible. | ToType (global::System.Type type, global::System.IFormatProvider provider) |
| |
Definition at line 28 of file Int32.cs.