TranslateTool.ResXFile.HasString C# (CSharp) Method

HasString() public method

public HasString ( string name ) : bool
name string
return bool
        public bool HasString(string name)
        {
            return strings.ContainsKey(name);
        }