Dev2.Converters.Dev2TextConverter.IsType C# (CSharp) Method

IsType() public method

public IsType ( string payload ) : bool
payload string
return bool
        public bool IsType(string payload)
        {
            //2013.02.13: Ashley Lewis - Bug 8725, Task 8836
            return true;
        }