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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:52:29+00:00 2026-06-09T14:52:29+00:00

I have to create a class in Visual Basic called StringWork. Public Class StringWork

  • 0

I have to create a class in Visual Basic called StringWork.

Public Class StringWork

Now i wrote a shared function in the class called Working that can take a string or a string and Boolean.

Public Shared Function Working(ByVal SingleString as string, optional BValu  as Boolean = true)as string
    if(working(SingleString))then
    'The handling of the string
    else if (working(SingleValue, BValue) then
    'do something else with string 
    end if
end function

The function I wrote is returning a string.
Can I access the string passed and edit characters in the string or change the position of characters?

  • 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-06-09T14:52:31+00:00Added an answer on June 9, 2026 at 2:52 pm

    You use that optional parameter to determine how you handle that string:

    Public Shared Function Working(ByVal singleString as string, _
                                   Optional bValue as Boolean = True) As String
      If bValue Then
        'Handle the true part manipulating the result string
      Else
        'Handle the false part manipulating the result string
      End If
    
    End Function
    

    If you call this function like this:

    Dim test As String = StringWork.Working("I am Spartacus")
    

    it will call that Working function with bValue = true.

    What bValue is suppose to represent isn’t very clear from the code nor the post.

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

Sidebar

Related Questions

I have create my own NSOpenGLView class, right now the data that i want
I have create a Java class extending LinearLayout as shown below public class CustomLinear
I have create a Java class extending LinearLayout as shown below public class News
I am trying to create a class that implements the IUnknown interface. I have
I have been working on getting a basic ATL project to compile in Visual
I've create the following class in Visual Studio 2010: public class Bat : Form1
I have a set of shapes created in visual basic that need to be
I have created a Class Library (Core Processing Component) using C# in Visual Studio
I have been curious about dynamically create class at runtime in C# and stumbled
I intended to create a class which only have static members and static functions.

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.