Converts a base data type to another base data type.
File: CNClrLib.Host.Helper.pas
Namespace: CNClrLib.Host.Helper
Name |
Description
|
|
![]() |
Returns a variant of the specified type and whose
value is equivalent to the specified
variant. | |
![]() | Returns a variant of the specified type name and whose
value is equivalent to the specified variant. |
|
![]() |
Returns a variant of the specified type whose value is
equivalent to the specified variant.
| |
![]() |
Returns a variant of the specified type and whose
value is equivalent to the specified variant.
|
|
![]() |
Returns a variant of the specified type and whose
value is equivalent to the specified variant using the type name.
| |
![]() |
Create Clr
wrapper of the specified variant with the specified type. | |
![]() |
Create Clr
wrapper of the specified variant with the specified type using the type
name.
| |
![]() |
Converts a subset of a Unicode character dynamic
array, which encodes binary data as base-64 digits, to an equivalent 8-bit
unsigned integer array. Parameters specify the subset in the input array
and the number of elements to convert.
| |
![]() |
Converts a subset of a Unicode character array, which
encodes binary data as base-64 digits, to an equivalent 8-bit unsigned
integer array. Parameters specify the subset in the input array and the
number of elements to convert.
| |
![]() |
Converts a subset of a Unicode character dynamic
array, which encodes binary data as base-64 digits, to an equivalent 8-bit
unsigned integer dynamic array. Parameters specify the subset in the input
array and the number of elements to
convert.
|
|
![]() |
Converts a subset of an 8-bit unsigned integer array
to an equivalent subset of a Unicode character dynamic array encoded with
base-64 digits. Parameters specify the subsets as offsets in the input and
output arrays, and the number of elements in the input array to
convert.
| |
![]() |
Converts the specified string, which encodes binary
data as base-64 digits, to an equivalent 8-bit unsigned integer
array.
| |
![]() |
Converts the specified string, which encodes binary
data as base-64 digits, to an equivalent 8-bit unsigned integer
dynamic array.
|
|
![]() |
Get the default
Clr convert interface.
| |
![]() |
Converts the specified TOleEnum enumeration constant to an equivalent
clr enumeration member. | |
![]() |
Converts the specified TOleEnum enumeration constant to an equivalent clr enumeration
member. | |
![]() |
Returns the
TypeCode
for the specified
variant. | |
![]() |
Returns an indication whether the specified object is
of type
DBNull
. | |
![]() |
Converts the value of the specified clr character
to its equivalent ansi character.
|
|
![]() |
Converts the value of the
specified variant to its equivalent ansi
character. |
|
![]() |
Converts a subset of an 8-bit unsigned integer dynamic
array to an equivalent subset of a Unicode character array encoded with
base-64 digits. Parameters specify the subsets as offsets in the input and
output arrays, and the number of elements in the input array to
convert. | |
![]() |
Converts a subset of an 8-bit unsigned integer dynamic
array to an equivalent subset of a Unicode character array encoded with
base-64 digits. Parameters specify the subsets as offsets in the input and
output arrays, the number of elements in the input array to convert, and
whether line breaks are inserted in the output array. | |
![]() |
Converts a subset of an 8-bit unsigned integer array
to an equivalent subset of a Unicode character array encoded with base-64
digits. Parameters specify the subsets as offsets in the input and output
arrays, and the number of elements in the input array to
convert. | |
![]() |
Converts a subset of an 8-bit unsigned integer array
to an equivalent subset of a Unicode character array encoded with base-64
digits. Parameters specify the subsets as offsets in the input and output
arrays, the number of elements in the input array to convert, and whether
line breaks are inserted in the output array. | |
![]() |
Converts a dynamic array of 8-bit unsigned
integers to its equivalent string representation that is encoded with
base-64 digits. | |
![]() |
Converts a subset of a dynamic array of 8-bit
unsigned integers to its equivalent string representation that is encoded
with base-64 digits. Parameters specify the subset as an offset in the
input array, and the number of elements in the array to
convert. | |
![]() |
Converts a subset of a dynamic
array of 8-bit unsigned integers to its
equivalent string representation that is encoded with base-64 digits.
Parameters specify the subset as an offset in the input array, the number
of elements in the array to convert, and whether to insert line breaks in
the return value. |
|
![]() |
Converts a dynamic array of 8-bit unsigned
integers to its equivalent string representation that is encoded with
base-64 digits. A parameter specifies whether to insert line breaks in the
return value. |
|
![]() |
Converts an array of 8-bit unsigned integers to its
equivalent string representation that is encoded with base-64
digits. | |
![]() |
Converts a subset of an array of 8-bit unsigned
integers to its equivalent string representation that is encoded with
base-64 digits. Parameters specify the subset as an offset in the input
array, and the number of elements in the array to
convert. | |
![]() |
Converts a subset of an array of 8-bit unsigned
integers to its equivalent string representation that is encoded with
base-64 digits. Parameters specify the subset as an offset in the input
array, the number of elements in the array to convert, and whether to
insert line breaks in the return value.
| |
![]() |
Converts an array of 8-bit unsigned integers to its
equivalent string representation that is encoded with base-64 digits. A
parameter specifies whether to insert line breaks in the return
value.
| |
![]() |
Calling this method always throws
InvalidCastException
.
| |
![]() |
Converts the value of a specified variant to an
equivalent Boolean value. |
|
![]() |
Converts the value of the specified variant to an
equivalent Boolean value, using the specified culture-specific formatting
information. |
|
![]() |
Converts the specified string representation of a
logical value to its Boolean equivalent, using the specified
culture-specific formatting information. |
|
![]() |
Converts the value of the specified Unicode character
to the equivalent 8-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to an
8-bit unsigned integer.
| |
![]() |
Converts the value of the specified variant to an
8-bit unsigned integer, using the specified culture-specific formatting
information.
| |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 8-bit unsigned integer.
| |
![]() |
Converts the specified string representation of a
number to an equivalent 8-bit unsigned integer, using specified
culture-specific formatting information.
| |
![]() |
Converts clr
unicode character to it equivalent delphi wide character.
| |
![]() |
Converts the value of the specified variant to a
Unicode character.
| |
![]() |
Converts the value of the specified variant to its
equivalent Unicode character, using the specified culture-specific
formatting information.
| |
![]() |
Converts the first character of a specified string to
a Unicode character, using specified culture-specific formatting
information.
| |
![]() |
Convert variant
to the base clr object.
| |
![]() |
Converts the value of the specified 32-bit signed
integer to its equivalent clr Unicode character.
| |
![]() |
Converts the value of the specified variant to a clr
Unicode character.
| |
![]() |
Converts the value of the specified variant to its
equivalent clr Unicode character, using the specified culture-specific
formatting information.
| |
![]() |
Converts the value of the specified delphi wide
character to a clr Unicode character. | |
![]() |
Converts the first character of a specified string to
a Unicode character, using specified culture-specific formatting
information. | |
![]() |
Converts the value of the specified variant to a
clr object interface. | |
![]() |
Calling this method always throws
InvalidCastException. | |
![]() |
Converts the value of the specified variant to a DateTime
. | |
![]() |
Converts the value of the specified variant to a
DateTime object, using the specified culture-specific
formatting information. | |
![]() |
Converts the specified string representation of a
number to an equivalent date and time, using the specified
culture-specific formatting information. | |
![]() |
Calling this method always throws InvalidCastException. | |
![]() |
Converts the value of the specified variant to an
equivalent decimal number. | |
![]() |
Converts the value of the specified variant to an
equivalent decimal number, using the specified culture-specific formatting
information. | |
![]() |
Converts the specified string representation of a
number to an equivalent decimal number, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified double-precision
floating-point number to an equivalent decimal number. | |
![]() |
Converts the value of the specified variant to
dispatch interface. | |
![]() |
Calling this method always throws InvalidCastException. | |
![]() |
Converts the value of the specified decimal number to
an equivalent double-precision floating-point number. | |
![]() |
Converts the value of the specified variant to a
double-precision floating-point number. | |
![]() |
Converts the value of the variant variant to an
double-precision floating-point number, using the specified
culture-specific formatting information. | |
![]() |
Converts the specified string representation of a
number to an equivalent double-precision floating-point number, using the
specified culture-specific formatting information. | |
![]() |
Convert a
format provider variant to IFormatProvider interface. | |
![]() |
Convert
CultureInfo interface to IFormatProvider interface. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 16-bit signed integer. | |
![]() |
Converts the value of the specified variant to a
16-bit signed integer. | |
![]() |
Converts the value of the specified variant to a
16-bit signed integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 16-bit signed integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 16-bit signed integer, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 32-bit signed integer. | |
![]() |
Converts the value of the specified variant to a
32-bit signed integer. | |
![]() |
Converts the value of the specified variant to a
32-bit signed integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 32-bit signed integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 32-bit signed integer, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 64-bit signed integer. | |
![]() |
Converts the value of the specified variant to a
64-bit signed integer. | |
![]() |
Converts the value of the specified variant to a
64-bit signed integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 64-bit signed integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 64-bit signed integer, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified variant to
IInterface. | |
![]() |
Converts the value of the specified variant to clr
managed pointer. | |
![]() |
Converts the value of the specified unmanaged pointer
to clr managed pointer. | |
![]() |
Converts the value of the specified Object to clr
managed pointer. | |
![]() |
Converts the value of the specified managed pointer
to object. | |
![]() |
Converts the value of the specified managed pointer
to unmanaged Pointer. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 8-bit signed integer. | |
![]() |
Converts the value of the specified variant to an
8-bit signed integer. | |
![]() |
Converts the value of the specified variant to an
8-bit signed integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 8-bit signed integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 8-bit signed integer, using the specified
culture-specific formatting information. | |
![]() |
Calling this method always throws InvalidCastException. | |
![]() |
Converts the value of the specified variant to a
single-precision floating-point number. | |
![]() |
Converts the value of the specified variant to an
single-precision floating-point number, using the specified
culture-specific formatting information. | |
![]() |
Converts the specified string representation of a
number to an equivalent single-precision floating-point number, using the
specified culture-specific formatting information. | |
![]() |
Converts the value of an 8-bit unsigned integer to
its equivalent string representation in a specified
base. | |
![]() |
Converts the value of the specified 8-bit unsigned
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the specified Boolean value to its
equivalent string representation. | |
![]() |
Converts the value of the specified Unicode character
to its equivalent string representation. | |
![]() |
Converts the value of the specified clr Unicode
character to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified
DateTime to its equivalent string representation,
using the specified culture-specific formatting
information. | |
![]() |
Converts the value of the specified decimal number to
its equivalent string representation. | |
![]() |
Converts the value of the specified decimal number to
its equivalent string representation, using the specified culture-specific
formatting information. | |
![]() |
Converts the value of the specified double-precision
floating-point number to its equivalent string
representation. | |
![]() |
Converts the value of a 16-bit signed integer to its
equivalent string representation in a specified base. | |
![]() |
Converts the value of the specified 16-bit signed
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of a 32-bit signed integer to its
equivalent string representation in a specified base. | |
![]() |
Converts the value of the specified 32-bit signed
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of a 64-bit signed integer to its
equivalent string representation in a specified base. | |
![]() |
Converts the value of the specified 8-bit signed
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified single-precision
floating-point number to its equivalent string representation, using the
specified culture-specific formatting information. | |
![]() |
Converts the value of the specified 16-bit unsigned
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified 32-bit unsigned
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified 64-bit unsigned
integer to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified variant to its
equivalent string representation. | |
![]() |
Converts the value of the specified variant to its
equivalent string representation using the specified culture-specific
formatting information. | |
![]() |
Converts the value of the specified Unicode character
to its equivalent string representation, using the specified
culture-specific formatting information. | |
![]() |
Returns the specified string instance; no actual
conversion is performed. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 16-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to a
16-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to a
16-bit unsigned integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 16-bit unsigned
integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 16-bit unsigned integer, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 32-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to a
32-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to a
32-bit unsigned integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 32-bit unsigned
integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 32-bit unsigned integer, using the specified
culture-specific formatting information. | |
![]() |
Converts the value of the specified clr Unicode
character to the equivalent 64-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to a
64-bit unsigned integer. | |
![]() |
Converts the value of the specified variant to a
64-bit unsigned integer, using the specified culture-specific formatting
information. | |
![]() |
Converts the string representation of a number in a
specified base to an equivalent 64-bit unsigned
integer. | |
![]() |
Converts the specified string representation of a
number to an equivalent 64-bit unsigned integer, using the specified
culture-specific formatting information. | |
![]() |
Convert the
value of the specified dispatch interface to variant. | |
![]() |
Convert the
value of the specified clr base object to variant. | |
![]() |
Convert the
value of specified variant to the dispatch interface of the specified
type. | |
![]() |
Convert the
value of specified variant to the dispatch interface of the specified type
using the type name. | |
![]() |
Wrap the value
of the specified dispatch interface to the dispatch of the specified
type. | |
![]() |
Wrap the value
of the specified dispatch interface to the dispatch of the specified type
using the type name. | |
![]() |
Unwrap the
value of the specified variant to the original .net object as
variant. | |
![]() |
Unwrap the value of the specified variant to the
original .net object as interface.
|
What do you think
about this topic? Send
feedback! |