PfsHelperPfsReadClobFilename Method |
Extract a Filename from current CLOB
Namespace:
DHI.PFS
Assembly:
DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static string PfsReadClobFilename(
IntPtr pfsClob
)
Public Shared Function PfsReadClobFilename (
pfsClob As IntPtr
) As String
public:
static String^ PfsReadClobFilename(
IntPtr pfsClob
)
static member PfsReadClobFilename :
pfsClob : IntPtr -> string
Parameters
- pfsClob
- Type: SystemIntPtr
Return Value
Type:
String
See Also