XFieldDataToView Method (Int32) |
Mandatory otherwise DataToView(5) returns letter 5 of string given by DataToView(), instead of the subfield value
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DataToView(
int p_SubfieldIndex
)
Public Function DataToView (
p_SubfieldIndex As Integer
) As String
Parameters
- p_SubfieldIndex
- Type: SystemInt32
Index of the subfield.
Return Value
Type:
Stringthe string to present the subfield value.
See Also