You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class SomeClass
{
public const int STATUS_ACTIVE = 1;
}
And I want to use the class constant in a string.Currently I have to use concatenation or assign the class constant's value to a variable and interpolate it in the string