Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7005335
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:20:16+00:00 2026-05-27T21:20:16+00:00

I have a networkstream (using C#/VB.NET). while on reading values coming like this: &%

  • 0

I have a networkstream (using C#/VB.NET). while on reading values coming like this:

&%       68 kg      K    A&%       23 kg      K    A&%      174 kg      K    A &%       68 kg     
&%       34 kg      K    A&%     2334 kg      K    A&%       68 kg      K    A &%       68 kg      K    A
&%     2348 kg      K    A&%       78 kg      K    A&%       28 kg      K    A&%       68 kg  

The numerical(weight) value will be continuously varying.

Every time i am reading the starting of the stream differs. But the pattern remains the same.
How to split that into ‘&% 78 kg K A’ which represents one set.

How to extract the weight value from this stream using Regex or any other methods?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T21:20:16+00:00Added an answer on May 27, 2026 at 9:20 pm

    You may try.

     string str="&%       68 kg      K    A&%       23 kg      K    A&%      174 kg";
     string []ar=Regex.Split(str,@"[^0-9]").Where(p=> p!=string.Empty).ToArray();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've an open TCP connection, and reading using NetworkStream.BeginRead(). Once the connection is closed
Is there any way to have Json.net serialize an object directly to a NetworkStream?
using BouncyCastle and with help from a stackoverflow question I got this: using System.Net.Sockets;
I have built a web proxy from scratch (using Socket and NetworkStream classes). I
I have written a secure TCP server in .NET. This was basically as simple
I have rather class using TcpClient that spins of a Thread doing while (!streamReader.EndOfStream)
I have a NetworkStream which I read asynchronously (using async/await) await Task<int>.Factory.FromAsync((cb, state) =>
Writing a client / server program and previously was using calls like this: TcpListener.AcceptTcpClient()
In the code below I have a StreamReader reading from a network stream. This
I have a call to Read on NetworkStream objeck, which uses Socket.Receive internally. Say

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.