enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Convert string value to char? - social.msdn.microsoft.com

    social.msdn.microsoft.com/.../convert-string-value-to-char?forum=csharpgeneral

    How can i convert string value to char? I used these method: convertChar = char("Y") or Convert.ToChar("Y") while ...

  3. string array - social.msdn.microsoft.com

    social.msdn.microsoft.com/.../string-array?forum=aspcsharp

    User-1369888382 posted Hi , I need to store string into a string array based upon a switch statement and return the ...

  4. removal some words of a string. - social.msdn.microsoft.com

    social.msdn.microsoft.com/.../removal-some-words-of-a-string?forum=csharpgeneral

    Where is the problem in the following code, The task of this code in the removal of some of the words of a string ...

  5. Stream Writer in C# - social.msdn.microsoft.com

    social.msdn.microsoft.com/Forums/en-US/07ca6b9d-5015-4e30-a86e-cb1ed722cf5d/...

    Quick access. Forums home; Browse forums users; FAQ; Search related threads

  6. Function for converting a char to a hex representing string?

    social.msdn.microsoft.com/Forums/windows/en-US/194ba6d6-8694-45d4-a3fd-37fb37d...

    Hi! Do anyone know if C++ contains an in-built function which can convert a char to a CString (not C, but C++ ...

  7. how to pass BYTE* in c++ dll to c# - social.msdn.microsoft.com

    social.msdn.microsoft.com/Forums/Lync/en-US/532cdf7f-80ac-4168-bc9b-e...

    how to pass BYTE* in c++ dll to c#. Archived Forums 121-140 ... I now use the above method to get this ...

  8. Sort by multiple columns, ordering type and the columns to be...

    social.msdn.microsoft.com/Forums/lync/en-US/f49cb570-63f0-49cf-b3d2-565a049c4b...

    Hi everyone, I have an IQueryable<MyObject>. In MyObject, i have there propreties: class MyObject{ string firstName ...

  9. Creating Excel Workbook using C# in Windows Server 2008 R2

    social.msdn.microsoft.com/Forums/vstudio/en-US/1e496726-e63b-466a-97fb-e4d2ad2...

    Hi I am trying to create a workbook using C# in windows server 2008 R2, but I am getting the following issue ...

  10. Destination array is not large enough. -...

    social.msdn.microsoft.com/Forums/vstudio/en-US/c0c7bdaa-b44e-45e4-a3ba-5e9a4f7...

    Destination array is not large enough. Archived Forums 421-440 > Visual C# . Visual C# ...

  11. Pass BSTR from C# to IDISPATCH Method in VC++ COM

    social.msdn.microsoft.com/Forums/vstudio/en-US/6d2ca8f5-350e-40a4-a7f7-f58...

    I've to call a VC++ COM method using InvokeMember(C#) has a BSTR* parameter. When I tried to use string[], I'm ...