I have this fun sscanf function call I need to convert to C#:
u_sscanf(tag.c_str(), "%*[<]%[^<>=:!]%[<>=:!]%[-.MAXIN0-9]%*[>]", tkey, top, txval)
How would I best go about this? Are there any libraries that can help me?
I have this fun sscanf function call I need to convert to C#:
u_sscanf(tag.c_str(), "%*[<]%[^<>=:!]%[<>=:!]%[-.MAXIN0-9]%*[>]", tkey, top, txval)
How would I best go about this? Are there any libraries that can help me?