System.ZXPCString.Convert C# (CSharp) Method

Convert() public method

public Convert ( string s, object &value ) : bool
s string
value object
return bool
        public bool Convert(string s, out object value)
        {
            value = s;
            return true;
        }

Same methods

ZXPCString::Convert ( object value ) : string
ZXPCString