Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trimming blanks from a Parameter
Message
From
23/06/2010 08:32:08
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Trimming blanks from a Parameter
Environment versions
Environment:
C# 3.0
Miscellaneous
Thread ID:
01470305
Message ID:
01470305
Views:
90
Hi,

I'm drawing a blank on how to do this. I am passing a parameter into a method and wish to trim any blanks from the parameter.

This is my code:
        private void SetClientTypeDisplay(string clientType)
        {
            if (clientType.Trim() == "Company")
            {
                this.pnlCompany.Visible = true;
But I get a runtime error: "Object reference not set to an object instance."

What's the correct syntax to do this?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform