BinaryConvertChangeType Method (BinaryString, TypeCode, BinaryConvertConversionType) |
Changes a value to a different type.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static Object ChangeType(
BinaryString from,
TypeCode to,
BinaryConvertConversionType conversion = BinaryConvertConversionType.NumericalConversion
)
Parameters
- from
- Type: Demo3D.IOBinaryString
The value to change - to
- Type: SystemTypeCode
The type to change to. - conversion (Optional)
- Type: Demo3D.IOBinaryConvertConversionType
How to change the value (by bit-copying or numerical conversion).
Return Value
Type:
ObjectThe converted value.
See Also