Click or drag to resize

BigBinaryValueConvertToType Method

Returns a BigBinaryValue representation of source value converted to specified TypeCode.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public BigBinaryValue ConvertToType(
	TypeCode typeCode
)
View Source

Parameters

typeCode  TypeCode
Desired TypeCode for destination value.

Return Value

BigBinaryValue
A BigBinaryValue representation of source value converted to specified TypeCode.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to convert binary value to specified type.
See Also