System.ComponentModel.CategoryAttribute.GetLocalizedString C# (CSharp) Method

GetLocalizedString() protected method

protected GetLocalizedString ( string value ) : string
value string
return string
        protected virtual string GetLocalizedString(string value) { throw null; }
        public override bool IsDefaultAttribute() { throw null; }