Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
W

worked on mine

@worked on mine
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • String data into byte array without hex conversion
    W worked on mine

    Hi Danny, This looks like what I'm after except I'm getting two errors when implemented: Error 1 Using the generic type 'System.Converter' requires '2' type arguments Error 2 The type arguments for method 'System.Array.ConvertAll(TInput[], System.Converter)' cannot be inferred from the usage. Try specifying the type arguments explicitly. What did I do wrong?

    C# question data-structures

  • String data into byte array without hex conversion
    W worked on mine

    How do I get string data into a byte array, programmatically, without doing a hex conversion. i.e., byte[i] = (???)string.Substring(0,2); I need the programmatic equivelent of: byte[] bytes = {0x14, 0x55, 0x90, 0x00, 0x01}; or byte[i] = {0x + string} I can't make any of this work. Need Guru! TIA, Steve

    C# question data-structures
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups