PfsHelperPfsGetErrMsgFromPfsClob Method |
Extract erroe message from a pfs clob
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static string PfsGetErrMsgFromPfsClob(
IntPtr pfsSect
)
Public Shared Function PfsGetErrMsgFromPfsClob (
pfsSect As IntPtr
) As String
public:
static String^ PfsGetErrMsgFromPfsClob(
IntPtr pfsSect
)
static member PfsGetErrMsgFromPfsClob :
pfsSect : IntPtr -> string
Parameters
- pfsSect
- Type: SystemIntPtr
The section of the clob
Return Value
Type:
StringError message
See Also