[This is preliminary documentation and is subject to change.]
Converts the path to the url format. After conversion the path will
contain "http://" or "https://" at the front.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string ConvertUrl( string url, bool isSecured ) |
Visual Basic (Declaration) |
---|
Public Shared Function ConvertUrl ( _ url As String, _ isSecured As Boolean _ ) As String |
Visual C++ |
---|
public: static String^ ConvertUrl( String^ url, bool isSecured ) |
Parameters
- url
- Type: System..::.String
The path that needs to be converted to url.
- isSecured
- Type: System..::.Boolean
if true, a "https://" prefix will be appended, if false a "http://" prefix will be appended.