SpreadsheetFieldValueGetNBool 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 Nullable<bool> GetNBool(
string fieldName
)
Public Function GetNBool (
fieldName As String
) As Nullable(Of Boolean)
public:
Nullable<bool> GetNBool(
String^ fieldName
)
member GetNBool :
fieldName : string -> Nullable<bool>
Parameters
- fieldName
- Type: SystemString
Return Value
Type:
NullableBooleanSee Also