Class Int16Impl
Inheritance
System.Object
Int16Impl
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 Int16Impl
Methods
| Improve this Doc View SourceParse(String)
Declaration
public static short Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s |
Returns
Type | Description |
---|---|
System.Int16 |
ToString(ref Int16)
Declaration
public static string ToString(ref short aThis)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | aThis |
Returns
Type | Description |
---|---|
System.String |
ToString(ref Int16, String, IFormatProvider)
Declaration
public static string ToString(ref short aThis, string format, IFormatProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | aThis | |
System.String | format | |
IFormatProvider | provider |
Returns
Type | Description |
---|---|
System.String |
TryParse(String, NumberStyles, IFormatProvider, out Int16)
Declaration
public static bool TryParse(string s, NumberStyles style, IFormatProvider provider, out short result)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | |
System.Globalization.NumberStyles | style | |
IFormatProvider | provider | |
System.Int16 | result |
Returns
Type | Description |
---|---|
System.Boolean |