public static bool IsValidPattern( string source, string pattern )
Public Shared Function IsValidPattern ( _ source As String, _ pattern As String _ ) As Boolean
public: static bool IsValidPattern( String^ source, String^ pattern )