Selerix Developer Tools
CommentScript Method






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > Utils Class : CommentScript Method
The script.
Comments the script.
Syntax
'Declaration
 
Public Shared Function CommentScript( _
   ByVal script As String _
) As String
'Usage
 
Dim script As String
Dim value As String
 
value = Utils.CommentScript(script)
public static string CommentScript( 
   string script
)
public function CommentScript( 
    script: String
): String; static; 
public static function CommentScript( 
   script : String
) : String;
public: static string* CommentScript( 
   string* script
) 
public:
static String^ CommentScript( 
   String^ script
) 

Parameters

script
The script.
See Also

Reference

Utils Class
Utils Members