GoDiagram Web Reference
Quote Method

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

Parameters

s
quote

Return Value

a string literal surrounded by quote characters
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