ABB.Swum.Nodes.WordNode.IsAllCaps C# (CSharp) Method

IsAllCaps() public method

Reports whether the word is in all caps.
public IsAllCaps ( ) : bool
return bool
        public bool IsAllCaps() {
            return AllCaps;
        }