Click or drag to resize

BinaryStringToType Method

Returns an object whose value is equivalent to the string representation. A provider supplies culture-specific formatting information.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public Object ToType(
	Type conversionType,
	IFormatProvider provider
)

Parameters

conversionType
Type: SystemType
The type of the value to return.
provider
Type: SystemIFormatProvider
Culture-specific formatting information.

Return Value

Type: Object
The converted value.

Implements

IConvertibleToType(Type, IFormatProvider)
See Also