IsStrURL

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean IsStrURL( SalString sString )

Method IsStrURL check the supplied string and return TRUE or FALSE depending if a URL specific signature can be found at the beginning of the string.

Parameters

Name Description
SalString sString The text string that should be evaluated as a URL

Returns

The return value is TRUE when we think that this is possible a URL representation or FALSE otherwise.

Comments

There is no guarantee that this answer will be correct at all times. This check is a bit primitive and should not be used for any critical decisions. Typically the framework will use this method to decide between IFM or URL parsing of incoming message.