public class Conversions extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.VisualBasic.CompilerServices.Conversions
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.VisualBasic.Core
|
static java.lang.String |
className
Qualified class name: Microsoft.VisualBasic.CompilerServices.Conversions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Conversions() |
Conversions(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Conversions |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Conversions, a cast assert is made to check if types are compatible. |
static NetObject |
ChangeType(NetObject Expression,
NetType TargetType) |
static NetObject |
FallbackUserDefinedConversion(NetObject Expression,
NetType TargetType) |
static java.lang.String |
FromCharAndCount(char Value,
int Count) |
static java.lang.String |
FromCharArray(char[] Value) |
static java.lang.String |
FromCharArray(JCORefOut dupParam0) |
static java.lang.String |
FromCharArraySubset(char[] Value,
int StartIndex,
int Length) |
static java.lang.String |
FromCharArraySubset(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
setJCOInstance(JCObject instance) |
static boolean |
ToBoolean(NetObject Value) |
static boolean |
ToBoolean(java.lang.String Value) |
static byte |
ToByte(NetObject Value) |
static byte |
ToByte(java.lang.String Value) |
static char |
ToChar(NetObject Value) |
static char |
ToChar(java.lang.String Value) |
static char[] |
ToCharArrayRankOne(NetObject Value) |
static char[] |
ToCharArrayRankOne(java.lang.String Value) |
static DateTime |
ToDate(NetObject Value) |
static DateTime |
ToDate(java.lang.String Value) |
static Decimal |
ToDecimal(boolean Value) |
static Decimal |
ToDecimal(NetObject Value) |
static Decimal |
ToDecimal(java.lang.String Value) |
static double |
ToDouble(NetObject Value) |
static double |
ToDouble(java.lang.String Value) |
static int |
ToInteger(NetObject Value) |
static int |
ToInteger(java.lang.String Value) |
static long |
ToLong(NetObject Value) |
static long |
ToLong(java.lang.String Value) |
static SByte |
ToSByte(NetObject Value) |
static SByte |
ToSByte(java.lang.String Value) |
static short |
ToShort(NetObject Value) |
static short |
ToShort(java.lang.String Value) |
static Single |
ToSingle(NetObject Value) |
static Single |
ToSingle(java.lang.String Value) |
static java.lang.String |
ToString(boolean Value) |
static java.lang.String |
ToString(byte Value) |
static java.lang.String |
ToString(char Value) |
static java.lang.String |
ToString(DateTime Value) |
static java.lang.String |
ToString(Decimal Value) |
static java.lang.String |
ToString(Decimal Value,
NumberFormatInfo NumberFormat) |
static java.lang.String |
ToString(double Value) |
static java.lang.String |
ToString(double Value,
NumberFormatInfo NumberFormat) |
static java.lang.String |
ToString(int Value) |
static java.lang.String |
ToString(long Value) |
static java.lang.String |
ToString(NetObject Value) |
static java.lang.String |
ToString(short Value) |
static java.lang.String |
ToString(Single Value) |
static java.lang.String |
ToString(Single Value,
NumberFormatInfo NumberFormat) |
static java.lang.String |
ToString(UInt32 Value) |
static java.lang.String |
ToString(UInt64 Value) |
static UInt32 |
ToUInteger(NetObject Value) |
static UInt32 |
ToUInteger(java.lang.String Value) |
static UInt64 |
ToULong(NetObject Value) |
static UInt64 |
ToULong(java.lang.String Value) |
static UInt16 |
ToUShort(NetObject Value) |
static UInt16 |
ToUShort(java.lang.String Value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Conversions()
throws java.lang.Throwable
java.lang.Throwablepublic Conversions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Conversions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Conversions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedConversions instancejava.lang.Throwable - in case of error during cast operationpublic static NetObject ChangeType(NetObject Expression, NetType TargetType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, IndexOutOfRangeException, FormatException, OverflowException, InvalidCastException, NullReferenceException, MissingMemberException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionExternalExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionNullReferenceExceptionMissingMemberExceptionpublic static NetObject FallbackUserDefinedConversion(NetObject Expression, NetType TargetType) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidCastException, NullReferenceException, MissingMemberException
public static java.lang.String FromCharAndCount(char Value,
int Count)
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String FromCharArray(char[] Value)
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String FromCharArray(JCORefOut dupParam0) throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String FromCharArraySubset(char[] Value,
int StartIndex,
int Length)
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String FromCharArraySubset(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static boolean ToBoolean(NetObject Value) throws java.lang.Throwable, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentNullException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionArrayTypeMismatchExceptionpublic static boolean ToBoolean(java.lang.String Value)
throws java.lang.Throwable,
ArgumentNullException,
CultureNotFoundException,
PlatformNotSupportedException,
OutOfMemoryException,
ExternalException,
ArgumentOutOfRangeException,
ArgumentException,
NotSupportedException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException,
OverflowException,
ObjectDisposedException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentOutOfRangeExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionpublic static byte ToByte(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static byte ToByte(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
ArgumentNullException,
FormatException,
OverflowException,
InvalidCastException
public static char ToChar(NetObject Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArrayTypeMismatchException, InvalidCastException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionExternalExceptionArgumentNullExceptionArrayTypeMismatchExceptionInvalidCastExceptionpublic static char ToChar(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException
public static char[] ToCharArrayRankOne(NetObject Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentNullException, ArrayTypeMismatchException, InvalidCastException
public static char[] ToCharArrayRankOne(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic static DateTime ToDate(NetObject Value) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, OverflowException, TypeInitializationException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException, NotSupportedException, ArrayTypeMismatchException
java.lang.ThrowableCultureNotFoundExceptionPlatformNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionOverflowExceptionTypeInitializationExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionInvalidCastExceptionOutOfMemoryExceptionNotSupportedExceptionArrayTypeMismatchExceptionpublic static DateTime ToDate(java.lang.String Value) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, NotSupportedException, InvalidOperationException, ObjectDisposedException, InvalidCastException
public static Decimal ToDecimal(boolean Value) throws java.lang.Throwable
java.lang.Throwablepublic static Decimal ToDecimal(NetObject Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, OverflowException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
public static Decimal ToDecimal(java.lang.String Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException
public static double ToDouble(NetObject Value) throws java.lang.Throwable, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static double ToDouble(java.lang.String Value)
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
PlatformNotSupportedException,
InvalidOperationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
FormatException,
OverflowException,
InvalidCastException
public static int ToInteger(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static int ToInteger(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
ArgumentNullException,
FormatException,
OverflowException,
InvalidCastException
public static long ToLong(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static long ToLong(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
ArgumentNullException,
FormatException,
OverflowException,
OutOfMemoryException,
InvalidCastException
public static SByte ToSByte(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static SByte ToSByte(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
public static short ToShort(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static short ToShort(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
PlatformNotSupportedException,
CultureNotFoundException,
ArgumentNullException,
FormatException,
OverflowException,
InvalidCastException
public static Single ToSingle(NetObject Value) throws java.lang.Throwable, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
java.lang.ThrowableNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionObjectDisposedExceptionInvalidCastExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionpublic static Single ToSingle(java.lang.String Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException
public static java.lang.String ToString(boolean Value)
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String ToString(byte Value)
throws java.lang.Throwable,
NotSupportedException,
PlatformNotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidOperationException,
ArgumentNullException,
ArrayTypeMismatchException,
ArgumentOutOfRangeException
public static java.lang.String ToString(char Value)
throws java.lang.Throwable
java.lang.Throwablepublic static java.lang.String ToString(DateTime Value) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, OverflowException
public static java.lang.String ToString(Decimal Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException
public static java.lang.String ToString(Decimal Value, NumberFormatInfo NumberFormat) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, ArrayTypeMismatchException
public static java.lang.String ToString(double Value)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
NotSupportedException,
ArrayTypeMismatchException,
FormatException
public static java.lang.String ToString(double Value,
NumberFormatInfo NumberFormat)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
NotSupportedException,
ArrayTypeMismatchException
public static java.lang.String ToString(int Value)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentNullException,
ArrayTypeMismatchException
public static java.lang.String ToString(long Value)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException,
FormatException,
ArrayTypeMismatchException
public static java.lang.String ToString(NetObject Value) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CultureNotFoundException, OverflowException, ObjectDisposedException, ExternalException, InvalidCastException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionCultureNotFoundExceptionOverflowExceptionObjectDisposedExceptionExternalExceptionInvalidCastExceptionpublic static java.lang.String ToString(short Value)
throws java.lang.Throwable,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
ArgumentNullException,
ArrayTypeMismatchException
public static java.lang.String ToString(Single Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, FormatException
public static java.lang.String ToString(Single Value, NumberFormatInfo NumberFormat) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, ArrayTypeMismatchException
public static java.lang.String ToString(UInt32 Value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidOperationException, ArgumentNullException, ArrayTypeMismatchException, ArgumentOutOfRangeException
public static java.lang.String ToString(UInt64 Value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException, ArgumentNullException, ArrayTypeMismatchException, ArgumentOutOfRangeException
public static UInt32 ToUInteger(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static UInt32 ToUInteger(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
public static UInt64 ToULong(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static UInt64 ToULong(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, OutOfMemoryException, InvalidCastException
public static UInt16 ToUShort(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOverflowExceptionCultureNotFoundExceptionInvalidCastExceptionOutOfMemoryExceptionpublic static UInt16 ToUShort(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException