Class Int16Impl
Inheritance
System.Object
Int16Impl
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class Int16Impl : object
Methods
|
Improve this Doc
View Source
Parse(String)
Declaration
public static Int16 Parse(string s)
Parameters
Type |
Name |
Description |
System.String |
s |
|
Returns
|
Improve this Doc
View Source
ToString(ref Int16)
Declaration
public static string ToString(ref short aThis)
Parameters
Type |
Name |
Description |
System.Int16 |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static bool TryParse(string s, NumberStyles style, IFormatProvider provider, out short result)
Parameters
Type |
Name |
Description |
System.String |
s |
|
NumberStyles |
style |
|
IFormatProvider |
provider |
|
System.Int16 |
result |
|
Returns
Type |
Description |
System.Boolean |
|