Need to assign "True" vlue to the string "Customer-ort"

srikanth gaddam 1 Reputation point
2021-11-18T06:44:03.293+00:00

Hi Team,
Good Day !!

string str = "customer" + "-" + "ort";
as a result i am getting str="Customer-ort".

But i want to assign value "True" for this "Customer-ort" string.

1) While declaring of a string string name needs to be "Customer-ort"
2) For this string variable "Customer-ort" i want to pass data as "True"

Please help me how to achieve this.

.NET CLI
.NET CLI
A cross-platform toolchain for developing, building, running, and publishing .NET applications.
323 questions
0 comments No comments
{count} votes