Click or drag to resize

LittleBinaryValueConvertToType Method

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

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

Parameters

typeCode  TypeCode
Desired TypeCode for destination value.

Return Value

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