Class Conversions
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.visualbasic.compilerservices.Conversions
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Conversions extends NetObject
The base .NET class managing Microsoft.VisualBasic.CompilerServices.Conversions, Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.VisualBasic.Corestatic java.lang.String
className
Qualified class name: Microsoft.VisualBasic.CompilerServices.Conversionsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Conversions()
Conversions(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Conversions
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoConversions
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
setJCOInstance(JCObject instance)
static boolean
ToBoolean(java.lang.String Value)
static boolean
ToBoolean(NetObject Value)
static byte
ToByte(java.lang.String Value)
static byte
ToByte(NetObject Value)
static char
ToChar(java.lang.String Value)
static char
ToChar(NetObject Value)
static char[]
ToCharArrayRankOne(java.lang.String Value)
static char[]
ToCharArrayRankOne(NetObject Value)
static DateTime
ToDate(java.lang.String Value)
static DateTime
ToDate(NetObject Value)
static Decimal
ToDecimal(boolean Value)
static Decimal
ToDecimal(java.lang.String Value)
static Decimal
ToDecimal(NetObject Value)
static double
ToDouble(java.lang.String Value)
static double
ToDouble(NetObject Value)
static int
ToInteger(java.lang.String Value)
static int
ToInteger(NetObject Value)
static long
ToLong(java.lang.String Value)
static long
ToLong(NetObject Value)
static SByte
ToSByte(java.lang.String Value)
static SByte
ToSByte(NetObject Value)
static short
ToShort(java.lang.String Value)
static short
ToShort(NetObject Value)
static Single
ToSingle(java.lang.String Value)
static Single
ToSingle(NetObject 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(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(short Value)
static java.lang.String
ToString(NetObject 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(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(java.lang.String Value)
static UInt32
ToUInteger(NetObject Value)
static UInt64
ToULong(java.lang.String Value)
static UInt64
ToULong(NetObject Value)
static UInt16
ToUShort(java.lang.String Value)
static UInt16
ToUShort(NetObject Value)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.VisualBasic.Core, Version=13.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.VisualBasic.Core- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.VisualBasic.CompilerServices.Conversions- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 Conversions cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoConversions
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Conversions
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ToBoolean
public static boolean ToBoolean(NetObject Value) throws java.lang.Throwable, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentNullException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
ExternalException
ArgumentNullException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
ArrayTypeMismatchException
-
ToBoolean
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
ArgumentOutOfRangeException
ArgumentException
NotSupportedException
InvalidOperationException
IndexOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
-
ToByte
public static byte ToByte(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToByte
public static byte ToByte(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
-
ToChar
public static char ToChar(NetObject Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, ArgumentNullException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
PlatformNotSupportedException
OutOfMemoryException
ExternalException
ArgumentNullException
ArrayTypeMismatchException
InvalidCastException
-
ToChar
public static char ToChar(java.lang.String Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException
-
ToCharArrayRankOne
public static char[] ToCharArrayRankOne(NetObject Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, OutOfMemoryException, ExternalException, ArgumentNullException, ArrayTypeMismatchException, InvalidCastException
-
ToCharArrayRankOne
public static char[] ToCharArrayRankOne(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
-
ToDouble
public static double ToDouble(NetObject Value) throws java.lang.Throwable, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
ToDouble
public static double ToDouble(java.lang.String Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException
-
ToShort
public static short ToShort(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToShort
public static short ToShort(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
-
ToInteger
public static int ToInteger(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToInteger
public static int ToInteger(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
-
ToLong
public static long ToLong(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToLong
public static long ToLong(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, OutOfMemoryException, InvalidCastException
-
ToSByte
public static SByte ToSByte(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToSByte
public static SByte ToSByte(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
-
ToSingle
public static Single ToSingle(NetObject Value) throws java.lang.Throwable, NotSupportedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, OverflowException, ObjectDisposedException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
NotSupportedException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
FormatException
OverflowException
ObjectDisposedException
InvalidCastException
OutOfMemoryException
ArrayTypeMismatchException
-
ToSingle
public static Single ToSingle(java.lang.String Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException
-
ToDate
public static DateTime ToDate(NetObject Value) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, OverflowException, TypeInitializationException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, InvalidCastException, OutOfMemoryException, NotSupportedException, ArrayTypeMismatchException
- Throws:
java.lang.Throwable
CultureNotFoundException
PlatformNotSupportedException
ArgumentException
IndexOutOfRangeException
OverflowException
TypeInitializationException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
InvalidCastException
OutOfMemoryException
NotSupportedException
ArrayTypeMismatchException
-
ToDate
public static DateTime ToDate(java.lang.String Value) throws java.lang.Throwable, CultureNotFoundException, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, OverflowException, NotSupportedException, InvalidOperationException, ObjectDisposedException, InvalidCastException
-
ToDecimal
public static Decimal ToDecimal(boolean Value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToDecimal
public static Decimal ToDecimal(NetObject Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, OverflowException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidCastException, OutOfMemoryException, ArrayTypeMismatchException
-
ToDecimal
public static Decimal ToDecimal(java.lang.String Value) throws java.lang.Throwable, NotSupportedException, ArgumentException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException
-
ChangeType
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
ExternalException
NotSupportedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
IndexOutOfRangeException
FormatException
OverflowException
InvalidCastException
NullReferenceException
MissingMemberException
-
FallbackUserDefinedConversion
public static NetObject FallbackUserDefinedConversion(NetObject Expression, NetType TargetType) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidCastException, NullReferenceException, MissingMemberException
-
FromCharAndCount
public static java.lang.String FromCharAndCount(char Value, int Count) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromCharArray
public static java.lang.String FromCharArray(char[] Value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromCharArray
public static java.lang.String FromCharArray(JCORefOut dupParam0) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromCharArraySubset
public static java.lang.String FromCharArraySubset(char[] Value, int StartIndex, int Length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
FromCharArraySubset
public static java.lang.String FromCharArraySubset(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToString
public static java.lang.String ToString(boolean Value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToString
public static java.lang.String ToString(byte Value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidOperationException, ArgumentNullException, ArrayTypeMismatchException, ArgumentOutOfRangeException
-
ToString
public static java.lang.String ToString(char Value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ToString
public static java.lang.String ToString(double Value, NumberFormatInfo NumberFormat) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, ArrayTypeMismatchException
-
ToString
public static java.lang.String ToString(double Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, FormatException
-
ToString
public static java.lang.String ToString(short Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentNullException, ArrayTypeMismatchException
-
ToString
public static java.lang.String ToString(int Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentNullException, ArrayTypeMismatchException
-
ToString
public static java.lang.String ToString(long Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, FormatException, ArrayTypeMismatchException
-
ToString
public static java.lang.String ToString(Single Value, NumberFormatInfo NumberFormat) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, NotSupportedException, ArrayTypeMismatchException
-
ToString
public static java.lang.String ToString(Single Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ArrayTypeMismatchException, FormatException
-
ToString
public static java.lang.String ToString(DateTime Value) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, OverflowException
-
ToString
public static java.lang.String ToString(Decimal Value, NumberFormatInfo NumberFormat) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, ArrayTypeMismatchException
-
ToString
public static java.lang.String ToString(Decimal Value) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, FormatException, InvalidOperationException, ArgumentOutOfRangeException, ArrayTypeMismatchException
-
ToString
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
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
OutOfMemoryException
CultureNotFoundException
OverflowException
ObjectDisposedException
ExternalException
InvalidCastException
-
ToString
public static java.lang.String ToString(UInt32 Value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidOperationException, ArgumentNullException, ArrayTypeMismatchException, ArgumentOutOfRangeException
-
ToString
public static java.lang.String ToString(UInt64 Value) throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, InvalidOperationException, IndexOutOfRangeException, FormatException, ArgumentNullException, ArrayTypeMismatchException, ArgumentOutOfRangeException
-
ToUShort
public static UInt16 ToUShort(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToUShort
public static UInt16 ToUShort(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
-
ToUInteger
public static UInt32 ToUInteger(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToUInteger
public static UInt32 ToUInteger(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, InvalidCastException
-
ToULong
public static UInt64 ToULong(NetObject Value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OverflowException, CultureNotFoundException, InvalidCastException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
OverflowException
CultureNotFoundException
InvalidCastException
OutOfMemoryException
-
ToULong
public static UInt64 ToULong(java.lang.String Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, CultureNotFoundException, ArgumentNullException, FormatException, OverflowException, OutOfMemoryException, InvalidCastException
-
-