Given a name, returns the string value stored in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public abstract string GetString(
string fieldName
) |
Visual Basic |
---|
Public MustOverride Function GetString (
fieldName As String
) As String |
Visual C++ |
---|
public:
virtual String^ GetString(
String^ fieldName
) abstract |
F# |
---|
abstract GetString :
fieldName : string -> string
|
Return Value
Type:
StringThe value of the field or
null if no field with that name exists in the Tuple
See Also