RenderPreFormattedText - Solution Sites Routine
This function prepares the HTML that will render the passed string as pre-formatted text.
Definition
Function RenderPreFormattedText(
byVal s,
byVal style)
Parameters
- s
A string containing the text to be placed within PRE tags. - style
This parameter is not used.
Return Value
A string containing the contents of the s parameters, surrounded with <PRE> and </PRE> tags.
Defined in File
Routines Called
Called By
htmRenderDiscountsDescriptions
Copyright © 2005 Microsoft Corporation.
All rights reserved.