DOFTypeasSByte Method OpenDOF Object Access Library
Returns the result's value as an sbyte.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public static sbyte asSByte(
	DOFValue value
)

Parameters

value
Type: org.opendof.core.oalDOFValue
Value to return as sbyte Throws ClassCastException if called on a non-byte result.

Return Value

Type: SByte
the result's value as a byte.
Remarks

Returns the result's value as a byte. Compatible with results of type org.opendof.core.oal.value.DOFInt8 .

See Also

Reference