Int16.Parse Method (String)
Assembly: mscorlib (in mscorlib.dll)
The s parameter contains a number of the form:
[ws][sign]digits[ws]
Items in square brackets ([ and ]) are optional; and other items are as follows.
wsAn optional white space.
signAn optional sign.
digitsA sequence of digits ranging from 0 to 9.
The s parameter is parsed using the formatting information in a NumberFormatInfo initialized for the current system culture. For more information, see CurrentInfo.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.