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 6347873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:18:34+00:00 2026-05-24T21:18:34+00:00

I am using ASP.NET with VB.NET. This is my code Dim Total As Double

  • 0

I am using ASP.NET with VB.NET.

This is my code

Dim Total As Double
Total = Convert.ToDouble(lblTotal.Text.Substring(4, 20))

The value of lblTotal is

ABC20.00

I just want to trim the value to give me the 20.00 and convert it ToDouble

End Result Must be

20.00

C# code will also help me undertand what needs to happen and why I am getting the error messsage

Index and length must refer to a location within the string. Parameter name: length

  • 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-24T21:18:35+00:00Added an answer on May 24, 2026 at 9:18 pm

    try

    Total = Convert.ToDouble(lblTotal.Text.Substring(4))
    

    see http://msdn.microsoft.com/en-us/library/hxthx5h6.aspx

    EDIT – as per comment:

    The OP used in his example code 4 as starting index but the sample data would have to use 3 as starting index to achieve the result…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using ASP.NET to transmit a .jar file. This code works perfectly on
I am using ASP.net MVC with C#. Why this is code: public IQueryable<Product> ListProducts(string
I am using ASP.NET and VB.NET 2.0..................................... This is my code i use when
How to send e-mail on ASP .Net using outlook address?? I've tried this code
I am using ASP.Net MVC but this probably applies to all MVC patterns in
Using asp.net MVC I'd like to do this inside a view: <%= Html.TextBox(textbox1, null,
I know this site is written using ASP.Net MVC and I do not see
[NOTE: I'm using ASP.NET MVC2 RC2.] I have URLs like this: /customers/123/orders/456/items/index /customers/123/orders/456/items/789/edit My
I wrote an application using ASP.NET MVC, in this application I have an Index
Hi This is kind of peculiar requirement.. I am using asp.net and jQuery together

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.