.NET API 39,816 bytes
Convert
public static int ToBase64CharArray(
byte[]
inArray,
int offsetIn,
int length,
char[]
outArray,
int offsetOut)
public static string ToBase64String(
byte[]
inArray,
int offset,
int length)
public static byte ToByte(
bool value)
public static byte ToByte(
byte value)
public static byte ToByte(
char value)
public static byte ToByte(
decimal value)
public static byte ToByte(
double value)
public static byte ToByte(
short value)
public static byte ToByte(
int value)
public static byte ToByte(
long value)
public static byte ToByte(
object value)
public static byte ToByte(
sbyte value)
public static byte ToByte(
float value)
public static byte ToByte(
string value)
public static byte ToByte(
string value,
int fromBase)
public static byte ToByte(
ushort value)
public static byte ToByte(
uint value)
public static byte ToByte(
ulong value)
public static char ToChar(
byte value)
public static char ToChar(
short value)
public static char ToChar(
int value)
public static char ToChar(
long value)
public static char ToChar(
object value)
public static char ToChar(
sbyte value)
public static char ToChar(
string value)
public static char ToChar(
ushort value)
public static char ToChar(
uint value)
public static char ToChar(
ulong value)
public static decimal ToDecimal(
decimal value)
public static decimal ToDecimal(
double value)
public static decimal ToDecimal(
object value)
public static decimal ToDecimal(
string value)
public static decimal ToDecimal(
ushort value)
public static double ToDouble(
bool value)
public static double ToDouble(
byte value)
public static double ToDouble(
decimal value)
public static double ToDouble(
double value)
public static double ToDouble(
short value)
public static double ToDouble(
int value)
public static double ToDouble(
long value)
public static double ToDouble(
object value)
public static double ToDouble(
sbyte value)
public static double ToDouble(
float value)
public static double ToDouble(
string value)
public static double ToDouble(
ushort value)
public static double ToDouble(
uint value)
public static double ToDouble(
ulong value)
public static short ToInt16(
bool value)
public static short ToInt16(
byte value)
public static short ToInt16(
char value)
public static short ToInt16(
decimal value)
public static short ToInt16(
double value)
public static short ToInt16(
short value)
public static short ToInt16(
int value)
public static short ToInt16(
long value)
public static short ToInt16(
object value)
public static short ToInt16(
sbyte value)
public static short ToInt16(
float value)
public static short ToInt16(
string value)
public static short ToInt16(
string value,
int fromBase)
public static short ToInt16(
ushort value)
public static short ToInt16(
uint value)
public static short ToInt16(
ulong value)
public static int ToInt32(
bool value)
public static int ToInt32(
byte value)
public static int ToInt32(
char value)
public static int ToInt32(
decimal value)
public static int ToInt32(
double value)
public static int ToInt32(
short value)
public static int ToInt32(
int value)
public static int ToInt32(
long value)
public static int ToInt32(
object value)
public static int ToInt32(
sbyte value)
public static int ToInt32(
float value)
public static int ToInt32(
string value)
public static int ToInt32(
string value,
int fromBase)
public static int ToInt32(
ushort value)
public static int ToInt32(
uint value)
public static int ToInt32(
ulong value)
public static long ToInt64(
bool value)
public static long ToInt64(
byte value)
public static long ToInt64(
char value)
public static long ToInt64(
decimal value)
public static long ToInt64(
double value)
public static long ToInt64(
short value)
public static long ToInt64(
int value)
public static long ToInt64(
long value)
public static long ToInt64(
object value)
public static long ToInt64(
sbyte value)
public static long ToInt64(
float value)
public static long ToInt64(
string value)
public static long ToInt64(
string value,
int fromBase)
public static long ToInt64(
ushort value)
public static long ToInt64(
uint value)
public static long ToInt64(
ulong value)
public static sbyte ToSByte(
bool value)
public static sbyte ToSByte(
byte value)
public static sbyte ToSByte(
char value)
public static sbyte ToSByte(
decimal value)
public static sbyte ToSByte(
double value)
public static sbyte ToSByte(
short value)
public static sbyte ToSByte(
int value)
public static sbyte ToSByte(
long value)
public static sbyte ToSByte(
object value)
public static sbyte ToSByte(
sbyte value)
public static sbyte ToSByte(
float value)
public static sbyte ToSByte(
string value)
public static sbyte ToSByte(
string value,
int fromBase)
public static sbyte ToSByte(
ushort value)
public static sbyte ToSByte(
uint value)
public static sbyte ToSByte(
ulong value)
public static float ToSingle(
bool value)
public static float ToSingle(
byte value)
public static float ToSingle(
decimal value)
public static float ToSingle(
double value)
public static float ToSingle(
short value)
public static float ToSingle(
long value)
public static float ToSingle(
object value)
public static float ToSingle(
sbyte value)
public static float ToSingle(
float value)
public static float ToSingle(
string value)
public static float ToSingle(
ushort value)
public static float ToSingle(
uint value)
public static float ToSingle(
ulong value)
public static string ToString(
bool value)
public static string ToString(
byte value)
public static string ToString(
byte value,
int toBase)
public static string ToString(
char value)
public static string ToString(
decimal value)
public static string ToString(
double value)
public static string ToString(
short value)
public static string ToString(
short value,
int toBase)
public static string ToString(
int value)
public static string ToString(
int value,
int toBase)
public static string ToString(
long value)
public static string ToString(
long value,
int toBase)
public static string ToString(
object value)
public static string ToString(
sbyte value)
public static string ToString(
float value)
public static string ToString(
ushort value)
public static string ToString(
uint value)
public static string ToString(
ulong value)
public static ushort ToUInt16(
bool value)
public static ushort ToUInt16(
byte value)
public static ushort ToUInt16(
char value)
public static ushort ToUInt16(
decimal value)
public static ushort ToUInt16(
double value)
public static ushort ToUInt16(
short value)
public static ushort ToUInt16(
int value)
public static ushort ToUInt16(
long value)
public static ushort ToUInt16(
object value)
public static ushort ToUInt16(
sbyte value)
public static ushort ToUInt16(
float value)
public static ushort ToUInt16(
string value)
public static ushort ToUInt16(
string value,
int fromBase)
public static ushort ToUInt16(
ushort value)
public static ushort ToUInt16(
uint value)
public static ushort ToUInt16(
ulong value)
public static uint ToUInt32(
decimal value)
public static uint ToUInt32(
double value)
public static uint ToUInt32(
short value)
public static uint ToUInt32(
object value)
public static uint ToUInt32(
sbyte value)
public static uint ToUInt32(
float value)
public static uint ToUInt32(
string value)
public static uint ToUInt32(
string value,
int fromBase)
public static uint ToUInt32(
ushort value)
public static uint ToUInt32(
ulong value)
public static ulong ToUInt64(
bool value)
public static ulong ToUInt64(
byte value)
public static ulong ToUInt64(
char value)
public static ulong ToUInt64(
decimal value)
public static ulong ToUInt64(
double value)
public static ulong ToUInt64(
short value)
public static ulong ToUInt64(
long value)
public static ulong ToUInt64(
object value)
public static ulong ToUInt64(
sbyte value)
public static ulong ToUInt64(
float value)
public static ulong ToUInt64(
string value)
public static ulong ToUInt64(
string value,
int fromBase)
public static ulong ToUInt64(
ushort value)
public static ulong ToUInt64(
uint value)
public static ulong ToUInt64(
ulong value)