PSStyle.FormatHyperlink(String, Uri) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets ANSI representation of a hyperlink.
public string FormatHyperlink(string text, Uri link);member this.FormatHyperlink : string * Uri -> stringPublic Function FormatHyperlink (text As String, link As Uri) As StringParameters
- text
- String
Text describing the link.
- link
- Uri
A valid hyperlink.
Returns
String representing ANSI code for the hyperlink.