Click or drag to resize

BinaryConvertChangeType(BinaryString, TypeCode, BinaryConvertConversionType) Method

Changes a value to a different type.

Namespace: Demo3D.IO
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public 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

Object
The converted value.
See Also