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