GoDiagram Web Reference
SQuote Method

Given a string, produce the contents of a JavaScript string literal with single-quote and double-quote characters back-slashified, surrounded by single quote marks.
Syntax
'Declaration
 
Public Shared Function SQuote( _
   ByVal s As String _
) As String
public static string SQuote( 
   string s
)

Parameters

s

Return Value

a string containing a JavaScript string literal surrounded by single quote marks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPartInfo Class
GoPartInfo Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback