[This is preliminary documentation and is subject to change.]
Remove, if needed, characters from a Html link to get a valid full file name.
| C# | Visual Basic | Visual C++ |
public static string GetFullFileNameFromHtmlLink( string theHtmlLink )
Public Shared Function GetFullFileNameFromHtmlLink ( _ theHtmlLink As String _ ) As String
public: static String^ GetFullFileNameFromHtmlLink( String^ theHtmlLink )
- theHtmlLink (String)
- The HTML link
The full file name.