IVsHTMLConverter Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodConvertFromEntities(String^, UInt32, array<UInt16>^, UInt32)

Converts entity references in a string to characters.

System_CAPS_pubmethodConvertFromURLEncoding(UInt32, String^, UInt32, array<UInt16>^, UInt32)

Converts a string from URL encoding (such as using %20 for space) to characters.

System_CAPS_pubmethodConvertToEntities(String^, UInt32, array<UInt16>^, UInt32)

Converts a character string to one containing entity references such "&auml;" for the character "ä."

System_CAPS_pubmethodConvertToURLEncoding(UInt32, String^, UInt32, array<UInt16>^, UInt32)

Converts a string substituting URL encoding where needed, such as "%20" for a space.

System_CAPS_pubmethodget_DefaultURLEncodingCodePage(UInt32)

Returns the value of the default code page used when encoding strings.

Return to top
Show: