'Declaration Public Shared Function CommentScript( _ ByVal script As String _ ) As String
'Declaration
Public Shared Function CommentScript( _ ByVal script As String _ ) As String
'Usage Dim script As String Dim value As String value = Utils.CommentScript(script)
'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 )
Utils Class Utils Members