Click or drag to resize
SpreadsheetFieldValue.GetNByte Method
Returns the value for the field passed across or null if the field could not be found.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<byte> GetNByte(
	string fieldName,
	bool isHex = false
)

Parameters

fieldName
Type: System.String
isHex (Optional)
Type: System.Boolean
True if the cell contains a hex value rather than decimal.

Return Value

Type: Nullable<Byte>
See Also