ArcFM Responder Mobile Developer Guide
QuoteString Method






Syntax
'Declaration
 
Protected Function QuoteString( _
   ByVal input As System.String _
) As System.String
'Usage
 
Dim instance As DataSyntax
Dim input As System.String
Dim value As System.String
 
value = instance.QuoteString(input)
protected System.string QuoteString( 
   System.string input
)
protected function QuoteString( 
    input: System.String
): System.String; 
protected function QuoteString( 
   input : System.String
) : System.String;
protected: System.string* QuoteString( 
   System.string* input
) 
protected:
System.String^ QuoteString( 
   System.String^ input
) 

Parameters

input
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

DataSyntax Class
DataSyntax Members

Send Feedback