scanf

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Christophe Devriese

    scanf

    Does a sscanf like method exist in C# ?

    One could use regex like matching for strings using system.text...,
    but a definite advantage of sscanf is the datatype conversion.

    I would like to read in MAC addresses (ie in the form of
    "ab-cd-ef-09-34-12") for example into a byte array.
Working...