public static string HtmlForXamlDecode(
string text
)
Public Shared Function HtmlForXamlDecode (
text As String
) As String
public:
static String^ HtmlForXamlDecode(
String^ text
)
static member HtmlForXamlDecode :
text : string -> string