Package system
Class Convert
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.Convert
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Convert extends NetObject
The base .NET class managing System.Convert, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Convert
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic String
assemblyShortName
Assembly name: System.Private.CoreLibstatic String
className
Qualified class name: System.Convertstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Convert
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoConvert
, a cast assert is made to check if types are compatible.static NetObject
ChangeType(NetObject value, NetType conversionType)
static NetObject
ChangeType(NetObject value, NetType conversionType, IFormatProvider provider)
static NetObject
ChangeType(NetObject value, TypeCode typeCode)
static NetObject
ChangeType(NetObject value, TypeCode typeCode, IFormatProvider provider)
static byte[]
FromBase64CharArray(char[] inArray, int offset, int length)
static byte[]
FromBase64CharArray(JCORefOut dupParam0, int dupParam1, int dupParam2)
static byte[]
FromBase64String(String s)
static byte[]
FromHexString(String s)
String
getJCOAssemblyName()
Returns the reflected Assembly nameString
getJCOClassName()
Returns the reflected Class nameObject
getJCOInstance()
Returns the instantiated classString
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic TypeCode
GetTypeCode(NetObject value)
static boolean
IsDBNull(NetObject value)
void
setJCOInstance(JCObject instance)
static int
ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut)
static int
ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut, Base64FormattingOptions options)
static int
ToBase64CharArray(JCORefOut dupParam0, int dupParam1, int dupParam2, JCORefOut dupParam3, int dupParam4)
static int
ToBase64CharArray(JCORefOut dupParam0, int dupParam1, int dupParam2, JCORefOut dupParam3, int dupParam4, Base64FormattingOptions dupParam5)
static String
ToBase64String(byte[] inArray)
static String
ToBase64String(byte[] inArray, int offset, int length)
static String
ToBase64String(byte[] inArray, int offset, int length, Base64FormattingOptions options)
static String
ToBase64String(byte[] inArray, Base64FormattingOptions options)
static String
ToBase64String(JCORefOut dupParam0)
static String
ToBase64String(JCORefOut dupParam0, int dupParam1, int dupParam2)
static String
ToBase64String(JCORefOut dupParam0, int dupParam1, int dupParam2, Base64FormattingOptions dupParam3)
static String
ToBase64String(JCORefOut dupParam0, Base64FormattingOptions dupParam1)
static boolean
ToBoolean(boolean value)
static boolean
ToBoolean(byte value)
static boolean
ToBoolean(char value)
static boolean
ToBoolean(double value)
static boolean
ToBoolean(int value)
static boolean
ToBoolean(long value)
static boolean
ToBoolean(short value)
static boolean
ToBoolean(String value)
static boolean
ToBoolean(String value, IFormatProvider provider)
static boolean
ToBoolean(NetObject value)
static boolean
ToBoolean(NetObject value, IFormatProvider provider)
static boolean
ToBoolean(DateTime value)
static boolean
ToBoolean(Decimal value)
static boolean
ToBoolean(SByte value)
static boolean
ToBoolean(Single value)
static boolean
ToBoolean(UInt16 value)
static boolean
ToBoolean(UInt32 value)
static boolean
ToBoolean(UInt64 value)
static byte
ToByte(boolean value)
static byte
ToByte(byte value)
static byte
ToByte(char value)
static byte
ToByte(double value)
static byte
ToByte(int value)
static byte
ToByte(long value)
static byte
ToByte(short value)
static byte
ToByte(String value)
static byte
ToByte(String value, int fromBase)
static byte
ToByte(String value, IFormatProvider provider)
static byte
ToByte(NetObject value)
static byte
ToByte(NetObject value, IFormatProvider provider)
static byte
ToByte(DateTime value)
static byte
ToByte(Decimal value)
static byte
ToByte(SByte value)
static byte
ToByte(Single value)
static byte
ToByte(UInt16 value)
static byte
ToByte(UInt32 value)
static byte
ToByte(UInt64 value)
static char
ToChar(boolean value)
static char
ToChar(byte value)
static char
ToChar(char value)
static char
ToChar(double value)
static char
ToChar(int value)
static char
ToChar(long value)
static char
ToChar(short value)
static char
ToChar(String value)
static char
ToChar(String value, IFormatProvider provider)
static char
ToChar(NetObject value)
static char
ToChar(NetObject value, IFormatProvider provider)
static char
ToChar(DateTime value)
static char
ToChar(Decimal value)
static char
ToChar(SByte value)
static char
ToChar(Single value)
static char
ToChar(UInt16 value)
static char
ToChar(UInt32 value)
static char
ToChar(UInt64 value)
static DateTime
ToDateTime(boolean value)
static DateTime
ToDateTime(byte value)
static DateTime
ToDateTime(char value)
static DateTime
ToDateTime(double value)
static DateTime
ToDateTime(int value)
static DateTime
ToDateTime(long value)
static DateTime
ToDateTime(short value)
static DateTime
ToDateTime(String value)
static DateTime
ToDateTime(String value, IFormatProvider provider)
static DateTime
ToDateTime(NetObject value)
static DateTime
ToDateTime(NetObject value, IFormatProvider provider)
static DateTime
ToDateTime(DateTime value)
static DateTime
ToDateTime(Decimal value)
static DateTime
ToDateTime(SByte value)
static DateTime
ToDateTime(Single value)
static DateTime
ToDateTime(UInt16 value)
static DateTime
ToDateTime(UInt32 value)
static DateTime
ToDateTime(UInt64 value)
static Decimal
ToDecimal(boolean value)
static Decimal
ToDecimal(byte value)
static Decimal
ToDecimal(char value)
static Decimal
ToDecimal(double value)
static Decimal
ToDecimal(int value)
static Decimal
ToDecimal(long value)
static Decimal
ToDecimal(short value)
static Decimal
ToDecimal(String value)
static Decimal
ToDecimal(String value, IFormatProvider provider)
static Decimal
ToDecimal(NetObject value)
static Decimal
ToDecimal(NetObject value, IFormatProvider provider)
static Decimal
ToDecimal(DateTime value)
static Decimal
ToDecimal(Decimal value)
static Decimal
ToDecimal(SByte value)
static Decimal
ToDecimal(Single value)
static Decimal
ToDecimal(UInt16 value)
static Decimal
ToDecimal(UInt32 value)
static Decimal
ToDecimal(UInt64 value)
static double
ToDouble(boolean value)
static double
ToDouble(byte value)
static double
ToDouble(char value)
static double
ToDouble(double value)
static double
ToDouble(int value)
static double
ToDouble(long value)
static double
ToDouble(short value)
static double
ToDouble(String value)
static double
ToDouble(String value, IFormatProvider provider)
static double
ToDouble(NetObject value)
static double
ToDouble(NetObject value, IFormatProvider provider)
static double
ToDouble(DateTime value)
static double
ToDouble(Decimal value)
static double
ToDouble(SByte value)
static double
ToDouble(Single value)
static double
ToDouble(UInt16 value)
static double
ToDouble(UInt32 value)
static double
ToDouble(UInt64 value)
static String
ToHexString(byte[] inArray)
static String
ToHexString(byte[] inArray, int offset, int length)
static String
ToHexString(JCORefOut dupParam0)
static String
ToHexString(JCORefOut dupParam0, int dupParam1, int dupParam2)
static short
ToInt16(boolean value)
static short
ToInt16(byte value)
static short
ToInt16(char value)
static short
ToInt16(double value)
static short
ToInt16(int value)
static short
ToInt16(long value)
static short
ToInt16(short value)
static short
ToInt16(String value)
static short
ToInt16(String value, int fromBase)
static short
ToInt16(String value, IFormatProvider provider)
static short
ToInt16(NetObject value)
static short
ToInt16(NetObject value, IFormatProvider provider)
static short
ToInt16(DateTime value)
static short
ToInt16(Decimal value)
static short
ToInt16(SByte value)
static short
ToInt16(Single value)
static short
ToInt16(UInt16 value)
static short
ToInt16(UInt32 value)
static short
ToInt16(UInt64 value)
static int
ToInt32(boolean value)
static int
ToInt32(byte value)
static int
ToInt32(char value)
static int
ToInt32(double value)
static int
ToInt32(int value)
static int
ToInt32(long value)
static int
ToInt32(short value)
static int
ToInt32(String value)
static int
ToInt32(String value, int fromBase)
static int
ToInt32(String value, IFormatProvider provider)
static int
ToInt32(NetObject value)
static int
ToInt32(NetObject value, IFormatProvider provider)
static int
ToInt32(DateTime value)
static int
ToInt32(Decimal value)
static int
ToInt32(SByte value)
static int
ToInt32(Single value)
static int
ToInt32(UInt16 value)
static int
ToInt32(UInt32 value)
static int
ToInt32(UInt64 value)
static long
ToInt64(boolean value)
static long
ToInt64(byte value)
static long
ToInt64(char value)
static long
ToInt64(double value)
static long
ToInt64(int value)
static long
ToInt64(long value)
static long
ToInt64(short value)
static long
ToInt64(String value)
static long
ToInt64(String value, int fromBase)
static long
ToInt64(String value, IFormatProvider provider)
static long
ToInt64(NetObject value)
static long
ToInt64(NetObject value, IFormatProvider provider)
static long
ToInt64(DateTime value)
static long
ToInt64(Decimal value)
static long
ToInt64(SByte value)
static long
ToInt64(Single value)
static long
ToInt64(UInt16 value)
static long
ToInt64(UInt32 value)
static long
ToInt64(UInt64 value)
static SByte
ToSByte(boolean value)
static SByte
ToSByte(byte value)
static SByte
ToSByte(char value)
static SByte
ToSByte(double value)
static SByte
ToSByte(int value)
static SByte
ToSByte(long value)
static SByte
ToSByte(short value)
static SByte
ToSByte(String value)
static SByte
ToSByte(String value, int fromBase)
static SByte
ToSByte(String value, IFormatProvider provider)
static SByte
ToSByte(NetObject value)
static SByte
ToSByte(NetObject value, IFormatProvider provider)
static SByte
ToSByte(DateTime value)
static SByte
ToSByte(Decimal value)
static SByte
ToSByte(SByte value)
static SByte
ToSByte(Single value)
static SByte
ToSByte(UInt16 value)
static SByte
ToSByte(UInt32 value)
static SByte
ToSByte(UInt64 value)
static Single
ToSingle(boolean value)
static Single
ToSingle(byte value)
static Single
ToSingle(char value)
static Single
ToSingle(double value)
static Single
ToSingle(int value)
static Single
ToSingle(long value)
static Single
ToSingle(short value)
static Single
ToSingle(String value)
static Single
ToSingle(String value, IFormatProvider provider)
static Single
ToSingle(NetObject value)
static Single
ToSingle(NetObject value, IFormatProvider provider)
static Single
ToSingle(DateTime value)
static Single
ToSingle(Decimal value)
static Single
ToSingle(SByte value)
static Single
ToSingle(Single value)
static Single
ToSingle(UInt16 value)
static Single
ToSingle(UInt32 value)
static Single
ToSingle(UInt64 value)
static String
ToString(boolean value)
static String
ToString(boolean value, IFormatProvider provider)
static String
ToString(byte value)
static String
ToString(byte value, int toBase)
static String
ToString(byte value, IFormatProvider provider)
static String
ToString(char value)
static String
ToString(char value, IFormatProvider provider)
static String
ToString(double value)
static String
ToString(double value, IFormatProvider provider)
static String
ToString(int value)
static String
ToString(int value, int toBase)
static String
ToString(int value, IFormatProvider provider)
static String
ToString(long value)
static String
ToString(long value, int toBase)
static String
ToString(long value, IFormatProvider provider)
static String
ToString(short value)
static String
ToString(short value, int toBase)
static String
ToString(short value, IFormatProvider provider)
static String
ToString(String value)
static String
ToString(String value, IFormatProvider provider)
static String
ToString(NetObject value)
static String
ToString(NetObject value, IFormatProvider provider)
static String
ToString(DateTime value)
static String
ToString(DateTime value, IFormatProvider provider)
static String
ToString(Decimal value)
static String
ToString(Decimal value, IFormatProvider provider)
static String
ToString(SByte value)
static String
ToString(SByte value, IFormatProvider provider)
static String
ToString(Single value)
static String
ToString(Single value, IFormatProvider provider)
static String
ToString(UInt16 value)
static String
ToString(UInt16 value, IFormatProvider provider)
static String
ToString(UInt32 value)
static String
ToString(UInt32 value, IFormatProvider provider)
static String
ToString(UInt64 value)
static String
ToString(UInt64 value, IFormatProvider provider)
static UInt16
ToUInt16(boolean value)
static UInt16
ToUInt16(byte value)
static UInt16
ToUInt16(char value)
static UInt16
ToUInt16(double value)
static UInt16
ToUInt16(int value)
static UInt16
ToUInt16(long value)
static UInt16
ToUInt16(short value)
static UInt16
ToUInt16(String value)
static UInt16
ToUInt16(String value, int fromBase)
static UInt16
ToUInt16(String value, IFormatProvider provider)
static UInt16
ToUInt16(NetObject value)
static UInt16
ToUInt16(NetObject value, IFormatProvider provider)
static UInt16
ToUInt16(DateTime value)
static UInt16
ToUInt16(Decimal value)
static UInt16
ToUInt16(SByte value)
static UInt16
ToUInt16(Single value)
static UInt16
ToUInt16(UInt16 value)
static UInt16
ToUInt16(UInt32 value)
static UInt16
ToUInt16(UInt64 value)
static UInt32
ToUInt32(boolean value)
static UInt32
ToUInt32(byte value)
static UInt32
ToUInt32(char value)
static UInt32
ToUInt32(double value)
static UInt32
ToUInt32(int value)
static UInt32
ToUInt32(long value)
static UInt32
ToUInt32(short value)
static UInt32
ToUInt32(String value)
static UInt32
ToUInt32(String value, int fromBase)
static UInt32
ToUInt32(String value, IFormatProvider provider)
static UInt32
ToUInt32(NetObject value)
static UInt32
ToUInt32(NetObject value, IFormatProvider provider)
static UInt32
ToUInt32(DateTime value)
static UInt32
ToUInt32(Decimal value)
static UInt32
ToUInt32(SByte value)
static UInt32
ToUInt32(Single value)
static UInt32
ToUInt32(UInt16 value)
static UInt32
ToUInt32(UInt32 value)
static UInt32
ToUInt32(UInt64 value)
static UInt64
ToUInt64(boolean value)
static UInt64
ToUInt64(byte value)
static UInt64
ToUInt64(char value)
static UInt64
ToUInt64(double value)
static UInt64
ToUInt64(int value)
static UInt64
ToUInt64(long value)
static UInt64
ToUInt64(short value)
static UInt64
ToUInt64(String value)
static UInt64
ToUInt64(String value, int fromBase)
static UInt64
ToUInt64(String value, IFormatProvider provider)
static UInt64
ToUInt64(NetObject value)
static UInt64
ToUInt64(NetObject value, IFormatProvider provider)
static UInt64
ToUInt64(DateTime value)
static UInt64
ToUInt64(Decimal value)
static UInt64
ToUInt64(SByte value)
static UInt64
ToUInt64(Single value)
static UInt64
ToUInt64(UInt16 value)
static UInt64
ToUInt64(UInt32 value)
static UInt64
ToUInt64(UInt64 value)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Convert- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Convert cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoConvert
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Convert
instance- Throws:
Throwable
- in case of error during cast operation
-
ToBoolean
public static boolean ToBoolean(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToBoolean
public static boolean ToBoolean(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
ToBoolean
public static boolean ToBoolean(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
ToByte
public static byte ToByte(char value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToByte
public static byte ToByte(double value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToByte
public static byte ToByte(short value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToByte
public static byte ToByte(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToByte
public static byte ToByte(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToByte
public static byte ToByte(SByte value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToByte
public static byte ToByte(Single value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToByte
public static byte ToByte(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToByte
public static byte ToByte(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToByte
public static byte ToByte(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToByte
public static byte ToByte(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToByte
public static byte ToByte(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToByte
public static byte ToByte(UInt16 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToByte
public static byte ToByte(UInt32 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToByte
public static byte ToByte(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
FromBase64CharArray
public static byte[] FromBase64CharArray(char[] inArray, int offset, int length) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException
-
FromBase64CharArray
public static byte[] FromBase64CharArray(JCORefOut dupParam0, int dupParam1, int dupParam2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException
-
FromBase64String
public static byte[] FromBase64String(String s) throws Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, FormatException
-
FromHexString
public static byte[] FromHexString(String s) throws Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ArgumentNullException, ObjectDisposedException, RankException, FormatException
-
ToChar
public static char ToChar(short value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToChar
public static char ToChar(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToChar
public static char ToChar(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToChar
public static char ToChar(SByte value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToChar
public static char ToChar(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToChar
public static char ToChar(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, FormatException
-
ToChar
public static char ToChar(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, FormatException
-
ToChar
public static char ToChar(UInt32 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToChar
public static char ToChar(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToDouble
public static double ToDouble(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToDouble
public static double ToDouble(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ExternalException, CultureNotFoundException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ExternalException
CultureNotFoundException
OverflowException
-
ToDouble
public static double ToDouble(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException, OutOfMemoryException, ExternalException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
OutOfMemoryException
ExternalException
OverflowException
-
ToInt16
public static short ToInt16(char value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt16
public static short ToInt16(double value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt16
public static short ToInt16(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt16
public static short ToInt16(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt16
public static short ToInt16(Single value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToInt16
public static short ToInt16(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToInt16
public static short ToInt16(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToInt16
public static short ToInt16(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToInt16
public static short ToInt16(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToInt16
public static short ToInt16(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToInt16
public static short ToInt16(UInt16 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt16
public static short ToInt16(UInt32 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt16
public static short ToInt16(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToBase64CharArray
public static int ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut, Base64FormattingOptions options) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64CharArray
public static int ToBase64CharArray(JCORefOut dupParam0, int dupParam1, int dupParam2, JCORefOut dupParam3, int dupParam4, Base64FormattingOptions dupParam5) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64CharArray
public static int ToBase64CharArray(byte[] inArray, int offsetIn, int length, char[] outArray, int offsetOut) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException
-
ToBase64CharArray
public static int ToBase64CharArray(JCORefOut dupParam0, int dupParam1, int dupParam2, JCORefOut dupParam3, int dupParam4) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException
-
ToInt32
public static int ToInt32(double value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt32
public static int ToInt32(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt32
public static int ToInt32(Single value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt32
public static int ToInt32(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToInt32
public static int ToInt32(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToInt32
public static int ToInt32(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToInt32
public static int ToInt32(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToInt32
public static int ToInt32(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToInt32
public static int ToInt32(UInt32 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt32
public static int ToInt32(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToInt64
public static long ToInt64(double value) throws Throwable, PlatformNotSupportedException, NotSupportedException
-
ToInt64
public static long ToInt64(Single value) throws Throwable, PlatformNotSupportedException, NotSupportedException
-
ToInt64
public static long ToInt64(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToInt64
public static long ToInt64(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToInt64
public static long ToInt64(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToInt64
public static long ToInt64(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToInt64
public static long ToInt64(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToInt64
public static long ToInt64(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(byte value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(char value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(double value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(short value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(Single value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToSByte
public static SByte ToSByte(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToSByte
public static SByte ToSByte(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToSByte
public static SByte ToSByte(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToSByte
public static SByte ToSByte(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToSByte
public static SByte ToSByte(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToSByte
public static SByte ToSByte(UInt16 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(UInt32 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSByte
public static SByte ToSByte(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToSingle
public static Single ToSingle(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToSingle
public static Single ToSingle(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, OutOfMemoryException, ExternalException, CultureNotFoundException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
OutOfMemoryException
ExternalException
CultureNotFoundException
OverflowException
-
ToSingle
public static Single ToSingle(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException, OutOfMemoryException, ExternalException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
OutOfMemoryException
ExternalException
OverflowException
-
ToDateTime
public static DateTime ToDateTime(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToDateTime
public static DateTime ToDateTime(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, CultureNotFoundException, OutOfMemoryException, ExternalException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
CultureNotFoundException
OutOfMemoryException
ExternalException
OverflowException
-
ToDateTime
public static DateTime ToDateTime(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, CultureNotFoundException, TypeInitializationException, OutOfMemoryException, ExternalException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
ObjectDisposedException
RankException
CultureNotFoundException
TypeInitializationException
OutOfMemoryException
ExternalException
OverflowException
-
ToDecimal
public static Decimal ToDecimal(double value) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException
-
ToDecimal
public static Decimal ToDecimal(Single value) throws Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException
-
ToDecimal
public static Decimal ToDecimal(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToDecimal
public static Decimal ToDecimal(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToDecimal
public static Decimal ToDecimal(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ChangeType
public static NetObject ChangeType(NetObject value, NetType conversionType, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidCastException
-
ChangeType
public static NetObject ChangeType(NetObject value, NetType conversionType) throws Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, InvalidCastException
-
ChangeType
public static NetObject ChangeType(NetObject value, TypeCode typeCode, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, InvalidCastException
-
ChangeType
public static NetObject ChangeType(NetObject value, TypeCode typeCode) throws Throwable, ArgumentNullException, IndexOutOfRangeException, ArgumentException, CultureNotFoundException, PlatformNotSupportedException, InvalidCastException
-
ToBase64String
public static String ToBase64String(byte[] inArray, int offset, int length, Base64FormattingOptions options) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(JCORefOut dupParam0, int dupParam1, int dupParam2, Base64FormattingOptions dupParam3) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(byte[] inArray, int offset, int length) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(JCORefOut dupParam0, int dupParam1, int dupParam2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(byte[] inArray, Base64FormattingOptions options) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(JCORefOut dupParam0, Base64FormattingOptions dupParam1) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(byte[] inArray) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToBase64String
public static String ToBase64String(JCORefOut dupParam0) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ToHexString
public static String ToHexString(byte[] inArray, int offset, int length) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ToHexString
public static String ToHexString(JCORefOut dupParam0, int dupParam1, int dupParam2) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ToHexString
public static String ToHexString(byte[] inArray) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ToHexString
public static String ToHexString(JCORefOut dupParam0) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
ToString
public static String ToString(boolean value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(byte value, int toBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException
-
ToString
public static String ToString(byte value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(char value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(double value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
ToString
public static String ToString(double value) throws Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, TypeInitializationException, InvalidOperationException, NotSupportedException, FormatException
-
ToString
public static String ToString(short value, int toBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException
-
ToString
public static String ToString(short value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
ToString
public static String ToString(short value) throws Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
ToString
public static String ToString(int value, int toBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException
-
ToString
public static String ToString(int value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
ToString
public static String ToString(int value) throws Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
ToString
public static String ToString(long value, int toBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException
-
ToString
public static String ToString(long value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
ToString
public static String ToString(long value) throws Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
ToString
public static String ToString(SByte value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException
-
ToString
public static String ToString(SByte value) throws Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
ToString
public static String ToString(Single value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, FormatException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
ToString
public static String ToString(Single value) throws Throwable, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, TypeInitializationException, InvalidOperationException, NotSupportedException, FormatException
-
ToString
public static String ToString(DateTime value, IFormatProvider provider) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
-
ToString
public static String ToString(DateTime value) throws Throwable, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, CultureNotFoundException, OverflowException
-
ToString
public static String ToString(Decimal value, IFormatProvider provider) throws Throwable, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
ToString
public static String ToString(Decimal value) throws Throwable, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException, TypeInitializationException, FormatException, InvalidOperationException
-
ToString
public static String ToString(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(String value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(UInt16 value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(UInt32 value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToString
public static String ToString(UInt64 value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToUInt16
public static UInt16 ToUInt16(double value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(short value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(SByte value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(Single value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToUInt16
public static UInt16 ToUInt16(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToUInt16
public static UInt16 ToUInt16(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToUInt16
public static UInt16 ToUInt16(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToUInt16
public static UInt16 ToUInt16(UInt32 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt16
public static UInt16 ToUInt16(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(double value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(short value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(SByte value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(Single value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt32
public static UInt32 ToUInt32(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToUInt32
public static UInt32 ToUInt32(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToUInt32
public static UInt32 ToUInt32(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToUInt32
public static UInt32 ToUInt32(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
ToUInt32
public static UInt32 ToUInt32(UInt64 value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt64
public static UInt64 ToUInt64(double value) throws Throwable, PlatformNotSupportedException, NotSupportedException
-
ToUInt64
public static UInt64 ToUInt64(short value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt64
public static UInt64 ToUInt64(int value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt64
public static UInt64 ToUInt64(long value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt64
public static UInt64 ToUInt64(SByte value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OverflowException
-
ToUInt64
public static UInt64 ToUInt64(Single value) throws Throwable, PlatformNotSupportedException, NotSupportedException
-
ToUInt64
public static UInt64 ToUInt64(Decimal value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, ObjectDisposedException, RankException, OverflowException
-
ToUInt64
public static UInt64 ToUInt64(NetObject value, IFormatProvider provider) throws Throwable
- Throws:
Throwable
-
ToUInt64
public static UInt64 ToUInt64(String value, int fromBase) throws Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, NotSupportedException, RankException, CultureNotFoundException, ObjectDisposedException, FormatException, OverflowException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
IndexOutOfRangeException
NotSupportedException
RankException
CultureNotFoundException
ObjectDisposedException
FormatException
OverflowException
-
ToUInt64
public static UInt64 ToUInt64(String value, IFormatProvider provider) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
-
ToUInt64
public static UInt64 ToUInt64(String value) throws Throwable, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentNullException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, CultureNotFoundException, TypeInitializationException
- Throws:
Throwable
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ArgumentNullException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
CultureNotFoundException
TypeInitializationException
-
-