SpreadsheetFieldValueGetBytes Method |
Returns the value for the field passed across or null if the field could not be found.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public byte[] GetBytes(
string fieldName
)
Public Function GetBytes (
fieldName As String
) As Byte()
public:
array<unsigned char>^ GetBytes(
String^ fieldName
)
member GetBytes :
fieldName : string -> byte[]
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
ByteSee Also