Re: C# Static string appending problem.

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Mon, 26 Mar 2007 16:12:24 -0400, "BA" <biztalk.architect@xxxxxxxxx>
wrote:

In my BizTalk process I call a static method:

public static string ValidateMessage(params...)
If the method is static, and you are talking about a static string in
your title, then you might need to clear things either after you have
finished a run, or before you start the next run. Keeping an
inadvertent copy of the data from a previous run would seem likely to
give the symptoms you are describing.

rossum

.



Relevant Pages

  • Re: static methods in interfaces
    ... public static String getSomethingReleventToClass; ... public static String getSomethingReleventToClass() { ... private TheInterface someClass; ... class information is the compile-time type TheInterface, ...
    (comp.lang.java.programmer)
  • Re: Encrypt a number
    ... public static String enc{ ... private static int fromAny ... tmp = tmp / radix; ...
    (comp.lang.java.programmer)
  • Re: static methods in interfaces
    ... It should now be clear why this can't be an instance method (there ... public static String getSomethingReleventToClass; ... public static String getSomethingReleventToClass() { ... private TheInterface someClass; ...
    (comp.lang.java.programmer)
  • RE: BBCodes for .net?
    ... public static string ReplaceZizats ... // one from many possible patterns, ... private static string ZizatMatchEvaluator( ... Also, i want to make sure that the end tag is after the opening tag, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: static methods in interfaces
    ... It should now be clear why this can't be an instance method (there ... public static String getSomethingReleventToClass; ... public static String getSomethingReleventToClass() { ...
    (comp.lang.java.programmer)