System.Xml.XmlCharacterData.SubstringData C# (CSharp) Method

SubstringData() public method

public SubstringData ( int offset, int count ) : string
offset int
count int
return string
        public string SubstringData(int offset, int count)
        {
            return null;
        }