13.07.2015 Views

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

C# Language Specification - Willy .Net

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Appendix D Standard Librarypublic static string ToString(double value, IFormatProvider provider);public static string ToString(decimal value);public static string ToString(decimal value, IFormatProvider provider);public static string ToString(DateTime value);public static string ToString(DateTime value, IFormatProvider provider);public static string ToString(string value);public static ushort ToUInt16(bool value);public static ushort ToUInt16(char value);public static ushort ToUInt16(sbyte value);public static ushort ToUInt16(byte value);public static ushort ToUInt16(short value);public static ushort ToUInt16(int value);public static ushort ToUInt16(ushort value);public static ushort ToUInt16(uint value);public static ushort ToUInt16(long value);public static ushort ToUInt16(ulong value);public static ushort ToUInt16(float value);public static ushort ToUInt16(double value);public static ushort ToUInt16(decimal value);public static ushort ToUInt16(string value);public static ushort ToUInt16(string value, IFormatProvider provider);public static uint ToUInt32(bool value);public static uint ToUInt32(char value);public static uint ToUInt32(sbyte value);public static uint ToUInt32(byte value);public static uint ToUInt32(short value);public static uint ToUInt32(ushort value);public static uint ToUInt32(int value);public static uint ToUInt32(uint value);public static uint ToUInt32(long value);public static uint ToUInt32(ulong value);public static uint ToUInt32(float value);public static uint ToUInt32(double value);public static uint ToUInt32(decimal value);public static uint ToUInt32(string value);public static uint ToUInt32(string value, IFormatProvider provider);public static ulong ToUInt64(bool value);public static ulong ToUInt64(char value);public static ulong ToUInt64(sbyte value);public static ulong ToUInt64(byte value);public static ulong ToUInt64(short value);public static ulong ToUInt64(ushort value);public static ulong ToUInt64(int value);public static ulong ToUInt64(uint value);383

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!