|
BinaryCodedDecimalEncode(UInt16) Method
|
Gets binary-coded decimal from binary value.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.265-beta+b9fecb767fe978094c19da8101c12474843773cb
SyntaxGSF.BinaryCodedDecimal.Encode = function(value);
View SourceParameters
- value UInt16
- Binary value.
Return Value
UInt16Binary-coded decimal representation of standard binary value.
Exceptions
See Also