Wombat.MamaMsg.stringForMsg C# (CSharp) Method

stringForMsg() public method

Return the string for this message
public stringForMsg ( ) : string
return string
        public string stringForMsg()
        {
            EnsurePeerCreated();
            return Marshal.PtrToStringAnsi(NativeMethods.mamaMsgType_stringForMsg(nativeHandle));
        }
MamaMsg