| ZennoLab.Macros Assembly > ZennoLab.Macros Namespace > TextProcessing Class : PrepToJavaScriptEval Method |
Type: System.String
The source string.
public static string PrepToJavaScriptEval( string sourceString )
Type: System.String
The source string.
Type: System.String
The text after preparing for JavaScript evaluation.
// perform the text preparing for JavaScript evaluation. string preparedText = Macros.TextProcessing.PrepToJavaScriptEval("text for JavaScript");
// perform the text preparing for JavaScript evaluation. $preparedText = Macros::TextProcessing::PrepToJavaScriptEval("text for JavaScript");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.